Case Converter
About Case Conversion
Transform your text into different cases: lowercase, UPPERCASE, Title Case, and more. Perfect for formatting text for coding, writing, or design projects.
Case conversion is an essential tool in text formatting and programming. Different cases serve various purposes:
- lowercase: All characters are in lower case
- UPPERCASE: All characters are in upper case
- Title Case: First letter of each word is capitalized
- Sentence case: First letter of the sentence is capitalized
- camelCase: Common in programming, no spaces with internal words capitalized
- kebab-case: Words are lowercase and separated by hyphens
- Capitalized Case: First letter of each word is capitalized
- underscore_case: Words are lowercase and separated by underscores
- aLtErNaTiNg CaSe: Letters alternate between lowercase and uppercase