A Case Converter is a text transformation tool that changes the capitalization style of your text. Whether you accidentally left Caps Lock on, need to format a title for a blog post, or need to convert variable names for programming, this tool handles it all. It supports standard text formats like Uppercase, Lowercase, Sentence Case, and Title Case, as well as developer-specific formats like camelCase (javaScriptVariable), snake_case (python_variable), kebab-case (css-class-name), and PascalCase (ClassName). It saves you from manually retyping text to fix capitalization errors.
Input Formats
Any text block
Code snippets
Lists of words
Output Results
Converted text
Copy-ready result
Key Features
Instant Conversion: Fix capitalization errors in seconds
Developer Formats: Convert to camelCase, snake_case, kebab-case, and PascalCase
Productivity: Save hours of manual retyping and editing
Privacy: 100% Client-side processing; your text stays private
Smart Title Case: Correctly capitalizes major words while ignoring minor ones
Accents Support: Preserves special characters and accents during conversion
Universal: Works on code snippets, essays, and social media posts
Best & Simple: The best simple case converter for writers and coders
Shareable LinksShare the converted text. (Limit: 5KB)
Who is this for?
Writing & Editing
Fixing accidental Caps Lock typing or formatting headlines to Title Case.
Caps lock fixTitle capitalizationEditing tool
Programming
Converting database field names (snake_case) to JavaScript variables (camelCase).
Variable namingCode formattingRefactoring
Data Cleaning
Standardizing user input (e.g., names) to Title Case or Lowercase for database storage.
Data normalizationInput cleaningStandardization
How to Use
1
Paste your text into the input area.
2
Click the button for the desired case (e.g., 'UPPERCASE').
3
The text will be converted instantly.
4
Copy the result.
Examples
Input
hello world
Output
HELLO WORLD (Uppercase), Hello World (Title Case), helloWorld (camelCase)
Frequently Asked Questions
What is Title Case?
It capitalizes the big words but leaves small words like 'and', 'the', and 'of' lowercase. Perfect for headlines!
What is Sentence case?
It capitalizes only the very first letter of the sentence. Like normal writing.
Can I convert code variables?
Yes! I have special modes for camelCase, snake_case, and kebab-case just for programmers.
Is the conversion reversible?
Mostly yes, but if you convert to 'lowercase', you lose the original capitalization forever.
Does it handle accents?
Yes. 'é' becomes 'É' in uppercase. I handle all special characters correctly.
What is PascalCase?
It's like camelCase, but the first letter is Big too (e.g., 'MyClass'). Used a lot in C# and React.
What is Kebab Case?
It puts hyphens between words (e.g., 'my-cool-class'). It's standard for CSS and URLs.