Paste or type text in input box
All 6 case variants generate automatically
Click Copy button next to desired format
Paste converted text anywhere
UPPERCASE: ALL CAPS. lowercase: all lowercase. Title Case: First Letter Each Word. Sentence case: First letter only. camelCase: firstWordLowerRestCapital. snake_case: words_separated_underscores.
Live updates as you type. No process button needed. All formats visible simultaneously. Compare variants side-by-side before copying.
Copy button next to each format. Clipboard API copies instantly. Visual feedback shows successful copy. No manual text selection needed.
Text conversion happens entirely in browser using JavaScript string methods. Zero uploads to servers. Your text never leaves your device. Perfect for sensitive content: code, passwords, confidential documents.
Title Case Capitalizes First Letter Of Every Word. Sentence case capitalizes only the first letter of the sentence. Title case for headers/titles. Sentence case for normal paragraphs.
camelCase: JavaScript, Java variables (firstName, getUserData). snake_case: Python, Ruby, SQL (first_name, get_user_data). SCREAMING_SNAKE_CASE: Constants (MAX_RETRIES). Follow language conventions.
Yes. Special characters (!@#$%^&*) and numbers (0-9) remain unchanged. Only letter casing converts. Useful for converting text with mixed alphanumeric content.
Type to search tools, use cases, and more...