Skip to content
Toolbox

Text Case Converter

Convert text to UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case and kebab-case instantly.

The original is kept, so every conversion runs on what you typed.

About Case Converter

Switch text between eight common cases without retyping it. Useful for fixing a headline you typed with caps lock on, normalising a column pasted out of a spreadsheet, or turning a label into a variable name. Your original text is preserved so you can undo any conversion.

How to use it

  1. Paste your text into the input box.
  2. Choose a case — the result appears immediately below.
  3. Copy the result, or press Undo to restore the previous version.

Frequently asked questions

What is the difference between Title Case and Sentence case?

Title Case capitalises the first letter of every significant word ("The Quick Brown Fox"). Sentence case capitalises only the first letter of each sentence ("The quick brown fox").

Does Title Case handle small words correctly?

Yes. Articles, conjunctions and short prepositions such as a, an, the, and, or, of and in stay lowercase unless they open or close the title.

Which case should I use for code?

camelCase for JavaScript variables, PascalCase for classes and React components, snake_case for Python and SQL, and kebab-case for CSS classes, URLs and file names.

In-depth reads that go beyond the calculator.