Case Converter
Fix text formatting in one click. Paste your text and switch between seven case styles — from headline caps for titles to camelCase for code identifiers — all processed locally in your browser.
How to use
- Paste your text into the box.
- Click any of the case buttons to transform the text.
- Copy the converted text or keep clicking to try other styles.
Frequently asked questions
What is the difference between Title Case and Sentence case?
Title Case capitalizes the first letter of every major word (as in headlines), while Sentence case only capitalizes the first word of each sentence — like ordinary prose.
Which case style should I use for code?
Conventions vary by language: camelCase for JavaScript variables, snake_case for Python, kebab-case for CSS classes and URLs, PascalCase for class names. The buttons cover all of them.
Does it handle accented and non-Latin characters?
Yes. Conversion uses proper Unicode case mappings, so accented letters like é and Ä convert correctly.