← All Tools
Aa Content & Writing

The Ultimate
Case Converter

10 transformation modes. Live preview. Copy in one click. Built for writers, devs, and everyone in between.

Advertisement
Words: 0
Chars: 0
Lines: 0
Mode
Live Preview UPPERCASE
Your converted text appears here as you type…
Mode: UPPERCASE
Saved: 0
Quick Mode Reference
UPPERCASE HELLO WORLD
lowercase hello world
Title Case Hello World
Sentence case Hello world
aLtErNaTiNg hElLo wOrLd
camelCase helloWorld
PascalCase HelloWorld
snake_case hello_world
kebab-case hello-world
CONSTANT_CASE HELLO_WORLD
Advertisement
Conversion History
Your recent conversions will appear here.
Frequently Asked Questions
Title Case capitalizes the first letter of every major word. It's the standard for book titles, article headlines, movie names, and headings. Use it whenever you want to give text the authority of a proper title.
Both join words without spaces. camelCase starts with a lowercase letter (helloWorld) β€” common in JavaScript variables and JSON keys. PascalCase starts every word with uppercase (HelloWorld) β€” used for class names, components, and constructors.
snake_case (underscores) is the convention in Python, databases, and many config files. kebab-case (hyphens) is standard in URLs, CSS class names, and HTML attributes. Knowing which to use keeps your code consistent and readable.
Never. Every single conversion happens entirely inside your browser using JavaScript. No data leaves your device, no server ever sees your text. Fully private, fully offline-capable.
CONSTANT_CASE (also called SCREAMING_SNAKE_CASE) is used for constants and environment variables across most languages β€” like MAX_RETRY_COUNT or API_BASE_URL. It signals "this value never changes."
Yes! Paste in as much text as you need. All modes work on the entire input, including multi-paragraph content. Sentence case intelligently capitalizes only the first letter of each sentence.

About This Case Converter

Whether you're a developer renaming variables, a writer polishing headlines, or a content creator formatting social media posts β€” having the right text case matters more than most people realize. This tool brings together 10 of the most commonly needed text transformations in one place, with live preview so you can see the result instantly as you type.


For developers: camelCase, PascalCase, snake_case, kebab-case, and CONSTANT_CASE are the five naming conventions that cover virtually every language and framework. For writers: uppercase, lowercase, title case, and sentence case handle every editorial need. And for fun β€” alternating case is always there when you need it.

βœ“ Copied to clipboard!