Case Converter
Convert text to UPPERCASE, lowercase, Title Case, camelCase, snake_case, and more.
Text case matters for readability, style guide compliance, and programming conventions, and manually retyping a sentence in a different case — or worse, trying to hand-fix camelCase into snake_case — wastes time on a purely mechanical transformation. Different contexts call for different conventions: headlines often use Title Case, JavaScript variables use camelCase, Python variables and database columns typically use snake_case, and URL slugs use kebab-case.
This tool converts your input text into eight common case styles simultaneously — UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, and kebab-case — updating live as you type, with a one-click copy button next to each. Rather than guessing which transformation to apply and re-running it if it's wrong, you see every option at once and copy whichever matches what you need.
How to use Case Converter
- 1
Enter your text
Type or paste the text you want to convert.
- 2
Review all case styles
All eight case conversions update instantly below.
- 3
Copy the one you need
Click the copy icon next to any result.
Features
- Converts to 8 case styles simultaneously
- Live updates as you type
- One-click copy for each result
- Correctly handles multi-word phrases for programming case styles
Frequently asked questions
Common mistakes to avoid
- Using Title Case for programming identifiers instead of the language's actual naming convention (camelCase, snake_case, etc.).
- Manually retyping text to change case instead of using a tool, introducing typos in the process.
Get new tools in your inbox
One email a month with new tools, guides, and updates. No spam, unsubscribe anytime.

