Case converter

Transform text into any case style instantly

Your text
Words: 0
Characters: 0
Choose a case
Result — click to select all
Your converted text will appear here...
Frequently asked questions
What is camelCase?
camelCase joins words without spaces, with each word after the first starting with a capital letter — for example "helloWorld". It is commonly used in JavaScript and Java variable names.
What is the difference between snake_case and kebab-case?
snake_case uses underscores between words (hello_world) and is common in Python. kebab-case uses hyphens (hello-world) and is common in URLs and CSS.
What is Title Case?
Title Case capitalises the first letter of each major word. Small words like "and", "the" and "of" are kept lowercase unless they start a sentence.
Can I chain case conversions?
Yes — use the "Use as input" button to feed the result back into the input field, then apply a second conversion on top.
You might also need