Case Converter
Paste text below and instantly convert it to uppercase, lowercase, title case, camelCase, snake_case, or kebab-case.
What is a case converter?
A case converter changes the letter style of text without changing the content itself. It can turn text into uppercase, lowercase, title case, camelCase, snake_case, or kebab-case.
This is useful for writing, programming, naming variables, formatting titles, cleaning text, and preparing content for code or SEO.
How to use the Case Converter
- Paste or type your text into the input field.
- Click one of the case conversion buttons.
- Copy the converted result if needed.
Tips
- Use UPPERCASE for emphasis or constant-style naming.
- Use lowercase for normalized text.
- Use Title Case for headings and titles.
- Use camelCase, snake_case, or kebab-case for code, slugs, and structured names.
Related tools
You may also find these tools useful.
Slug Generator
Convert text into a clean, URL-friendly slug.
Text & Content
›
Word Counter
Count words, characters, lines, paragraphs and reading time instantly.
Text & Content
›
Duplicate Line Remover
Remove duplicate lines from text quickly and cleanly.
Text & Content
›
Line Sorter
Sort lines of text quickly and cleanly.
Text & Content
›
Case Converter FAQ
Is my text sent to the server?
No. Everything runs locally in your browser.
What is the difference between camelCase and snake_case?
camelCase joins words without spaces and capitalizes inner words, while snake_case uses underscores between words.
Can I use this for coding variable names?
Yes. It is useful for preparing text for variables, slugs, file names, and titles.