Case Converter
Switch text between sentence case, title case, camelCase, snake_case and eight more.
Runs in your browser — nothing you type is sent anywhere
Choose a case
Result
The result appears here as you type. Nothing is sent anywhere — the work happens in this page.
About the Case Converter
Retyping a heading because it arrived in capitals, or renaming a variable from one convention to another, is the kind of small task that is genuinely faster with a tool than by hand. This converter covers twelve cases, including the four that developers move between constantly: camelCase, PascalCase, snake_case and kebab-case.
Title case is the one most tools get wrong. Capitalising every word gives "The Quick Brown Fox Jumps Over The Lazy Dog", which is not how a title is actually written — short articles, conjunctions and prepositions stay lowercase unless they open or close the title. This tool applies that rule properly, so the same sentence becomes "The Quick Brown Fox Jumps over the Lazy Dog". If you would rather capitalise everything, that is offered separately.
The identifier cases understand where words begin, so they work on text that is already in another convention. Pasting helloWorldAgain and choosing snake_case gives hello_world_again rather than one long lowercase run, because the conversion splits on case boundaries as well as on spaces and punctuation.
Sentence case lowercases the text first and then capitalises the start of each sentence, which is what makes it useful for fixing something typed with caps lock on. Everything updates as you type, and nothing you paste leaves the page.
How to use the Case Converter
Paste your text
Type or paste it into the box on the left. There is no length limit beyond what your browser can hold.
Pick a case
Each option shows an example of what it produces, so you can see the difference between title case and capitalising every word before choosing.
Check the result
The converted text appears on the right immediately and updates whenever you edit the input or change the case.
Copy or download it
Copy puts the result straight on your clipboard, or download it as a plain text file if it is long.
Frequently asked questions
What is the difference between title case and capitalising each word?
Can it convert between camelCase and snake_case?
How do I fix text typed with caps lock on?
Is my text sent to a server?
Does it handle accented characters and other alphabets?
You may also need
Word Counter
Count words, characters, sentences and paragraphs as you type — with reading time.
Remove Extra Spaces
Clean up double spaces, stray tabs and ragged indentation without wrecking your paragraphs.
Text Sorter
Sort lines alphabetically or by number, reverse them, or shuffle them at random.
Text Reverser
Reverse text by character, by word or by line — without breaking emoji.