8 Case Formats Simultaneously
UPPER, lower, Title, Sentence, camelCase, PascalCase, snake_case, and kebab-case all rendered in parallel — no repeated pasting.
500+ fast, free tools. Most run in your browser only; Image & PDF tools upload files to the backend when you run them.
Convert text between letter cases
Text case inconsistencies are surprisingly common — a headline pasted from one source arrives in ALL CAPS, a variable name needs to be in camelCase for JavaScript but snake_case for Python, or a marketing tagline needs Title Case with every major word capitalized. Case Converter handles all of these transformations in a single paste-and-click workflow. Type or paste your text, then choose from eight case formats: UPPER CASE, lower case, Title Case, Sentence case, camelCase, PascalCase, snake_case, and kebab-case. All eight outputs appear simultaneously so you can copy the exact format you need without re-pasting. The tool preserves your original text in the input field so you can switch between outputs without losing your work. No configuration, no sign-up, and entirely browser-based.
UPPER, lower, Title, Sentence, camelCase, PascalCase, snake_case, and kebab-case all rendered in parallel — no repeated pasting.
Each output has its own copy button so you can grab the right format without selecting text manually.
camelCase, PascalCase, snake_case, and kebab-case cover all common variable and file naming conventions across programming languages.
Capitalizes only the first letter of each sentence rather than every word, giving natural prose capitalization.
No options to configure — paste text and all formats appear in under a second.
From a single word to a multi-paragraph document — all formats handle the full input without truncation.
Input: user profile data
Output: camelCase: userProfileData | PascalCase: UserProfileData | snake_case: user_profile_data | kebab-case: user-profile-data
Input: THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG
Output: lower: the quick brown fox jumps over the lazy dog | Title: The Quick Brown Fox Jumps Over the Lazy Dog | Sentence: The quick brown fox jumps over the lazy dog
Input: how to improve your writing speed
Output: Title Case: How to Improve Your Writing Speed | Sentence case: How to improve your writing speed | UPPER: HOW TO IMPROVE YOUR WRITING SPEED