Case Converter
FREEConvert text between 12+ case formats: UPPER, lower, Title, camelCase, snake_case, kebab-case and more.
UPPER CASE
Type to preview...
lower case
Type to preview...
Title Case
Type to preview...
Sentence case
Type to preview...
camelCase
Type to preview...
PascalCase
Type to preview...
snake_case
Type to preview...
kebab-case
Type to preview...
CONSTANT_CASE
Type to preview...
dot.case
Type to preview...
aLtErNaTe
Type to preview...
esreveR
Type to preview...
📖 How to Use Case Converter
1
Enter your text
Type or paste any text into the input field.
2
Choose a case style
Select from UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, and more.
3
Copy the result
Click the copy button to instantly grab the converted text.
💡 Examples
INPUT
hello world→
OUTPUT
HELLO WORLD (UPPERCASE) / Hello World (Title Case) / helloWorld (camelCase) / hello_world (snake_case)INPUT
MY ALL-CAPS HEADING→
OUTPUT
My All-Caps Heading (Title Case) / my all-caps heading (lowercase)🚀 Pro Tips
✓Use snake_case for Python variables and database column names.
✓Use camelCase for JavaScript and Java variables.
✓Use PascalCase for class names in most programming languages.
✓Use kebab-case for CSS class names and URL slugs.
✓Title Case is great for headings, but avoid capitalising articles like "a", "the", "and".