Convert text to UPPER, lower, Title, Sentence, camelCase and more.
Your text never leaves your browser.
Understanding your result
Programming styles (camel, snake, kebab) strip spaces and punctuation, while sentence and title case preserve readable spacing.
Formula and method
Title case capitalises each word; sentence case capitalises the first letter of each sentence; camel, snake and kebab styles join words with capitalisation, underscores or hyphens.
Worked example
“hello world” becomes “Hello World” (title), “helloWorld” (camel) or “hello-world” (kebab).
How to use this tool
- Paste your text.
- Choose the target case.
- Copy the converted result.
Common mistakes to avoid
- Expecting camel/snake/kebab to keep spaces — they intentionally remove them.
About the Text Case Converter
Switch the capitalisation and word style of any text in one click — useful for headings, code identifiers and tidy formatting.
Explore all Text and Writing tools
Frequently asked questions
Does it change my original text?
No. It produces a converted copy you can copy or download.