Text Tools
🔤 Case Converter
Type or paste your text, then pick a case style to convert it instantly.
Result
Your converted text will appear here.
Words: 0
Characters: 0
About the Case Converter
This free online case converter transforms your text into any common letter-casing style instantly — everything runs in your browser, so your content never leaves your device.
- UPPERCASE — converts every letter to capital letters.
- lowercase — converts every letter to small letters.
- Title Case — capitalizes the first letter of each word.
- camelCase — joins words together, lowercasing the first word and capitalizing the rest, commonly used in programming variable names.
- Sentence case — capitalizes only the first letter of each sentence.
- snake_case — joins words with underscores, all lowercase.
- PascalCase — joins words together capitalizing the first letter of every word, commonly used for class names.
- kebab-case — joins words with hyphens, all lowercase, commonly used in URLs and CSS classes.