Case Converter
Quickly convert text to different cases – UPPER, lower, Title Case and more.
Enter text
0 characters, 0 words
Converted Text
Click a field to copy the text.
Click to copy
Click to copy
Click to copy
Click to copy
Click to copy
Click to copy
Click to copy
Click to copy
Click to copy
Click to copy
Case types explained
- UPPERCASE
- All letters uppercased
- lowercase
- All letters lowercased
- Title Case
- Every word starts with a capital
- Sentence case
- Only sentence starts capitalised
- camelCase
- For variable names (JS, Java)
- PascalCase
- For class names
- snake_case
- With underscores (Python, Ruby)
- kebab-case
- With hyphens (CSS, URLs)
Tips
- For URLs: use kebab-case
- For JS variables: camelCase
- For Python: snake_case
- For CSS classes: kebab-case or BEM
Was this tool helpful?