Case Converter

Input a text or sentence, and convert it to the different casing with just a click. If you want to correct the casing of a text, or just a different style, this tool is for you.



Converting text casing: learn how and when to use it

The Text Case Converter is a simple, fast, and effective tool designed to help office workers, freelancers, developers, writers, and marketers transform text into different casing styles. Whether you're preparing code variables, social media content, email subject lines, or formatting data for reports — this tool saves time and ensures consistency.

How to use the tool

Convert the casing of a text or string in just 4 easy steps:

  1. Paste or type your text into the input field.
  2. Select the desired casing format from the dropdown menu.
  3. The converted text appears instantly (live preview) in the output field.
  4. Use the copy buttons to paste the input or output to your clipboard easily.

Use cases by Case type

Case TypeCommon Use Cases
camelCaseProgramming variables/functions in JavaScript, Java, or TypeScript
PascalCaseClass names in object-oriented languages, UI component names
snake_caseDatabase field names, Python variable naming, URLs
kebab-caseCSS class names, URLs in static site generators like Jekyll or Hugo
UPPER CASEEmphasis in documentation, constant variables in code
lower caseSimplifying or normalizing text, user data cleaning
Title CaseHeadlines, article titles, email subject lines
Sentence caseNatural language formatting, blog paragraphs, UI text labels
aLtErNaTiNgPlayful formatting in memes or social media (e.g., mock/sarcasm text)
iNVERSE cASEQuick testing of text case insensitivity, cleaning inconsistent casing manually

Casing examples (before and after)

If you don't know exactly what each of the casing types mean, check the following table:

Case TypeInput TextConverted Text
camelCasehello world examplehelloWorldExample
PascalCasehello world exampleHelloWorldExample
snake_casehello world examplehello_world_example
kebab-casehello world examplehello-world-example
UPPER CASEhello world exampleHELLO WORLD EXAMPLE
lower caseHELLO WORLD EXAMPLEhello world example
Title Casehello world exampleHello World Example
Sentence casehello world. another sentence.Hello world. Another sentence.
aLtErNaTiNghello world examplehElLo wOrLd eXaMpLe
iNVERSE cASEHeLLo WoRLd ExAmPlehEllO wOrlD eXaMpLE