Case Converter
Paste your text, pick a case, and get the converted result instantly. Letter casing changes — upper, lower, title, sentence, or toggled — without touching spelling, spacing, or word order. It's free, runs entirely in your browser, and doesn't ask you to sign up for anything.
Select case type:

What Is a Case Converter?
A case converter changes how letters are capitalized without changing the words themselves. Type "hello WORLD" and convert it to Title Case, and you get "Hello World" — same words, same order, just different capitalization. It's a small distinction, but it matters: a case converter isn't rewriting your sentence or fixing grammar, it's only adjusting which letters are capital and which aren't. That makes it useful anywhere consistent capitalization matters more than manually retyping — headlines, form fields, code identifiers, or cleaning up text that was typed in the wrong case to begin with.
Supported Case Types
UPPERCASE
Converts every letter to a capital letter.
Input: hello world
Output: HELLO WORLD
Best for: headlines that need emphasis, warning labels, or acronyms typed in the wrong case.
lowercase
Converts every letter to lowercase, regardless of how it was originally typed.
Input: HELLO WORLD
Output: hello world
Best for: cleaning up text that was accidentally typed with caps lock on, or standardizing data before processing it.
Title Case
Capitalizes the first letter of each major word.
Input: the great gatsby
Output: The Great Gatsby
Best for: article titles, book names, headings, and product names.
Sentence case
Capitalizes only the first letter of each sentence, leaving the rest lowercase.
Input: THIS IS MY MESSAGE. IT NEEDS FIXING.
Output: This is my message. It needs fixing.
Best for: turning text typed entirely in caps back into normal, readable sentences.
Capitalize Each Word
Capitalizes the first letter of every word, including smaller words that Title Case rules would normally leave lowercase.
Input: a tale of two cities
Output: A Tale Of Two Cities
Best for: situations where you want every word capitalized without exception, such as certain naming conventions or stylized headings.
Toggle Case
Flips the case of every letter — capitals become lowercase and lowercase becomes capital.
Input: Hello World
Output: hELLO wORLD
Best for: quickly reversing a capitalization mistake, or for stylized, attention-grabbing text.
Alternating Case
Alternates between lowercase and uppercase letter by letter.
Input: hello world
Output: hE lLo WoRlD (pattern may vary slightly depending on spacing)
Best for: the "mocking" text style often used in memes and casual social posts.
Title Case vs. Capitalize Each Word: What's the Difference?
They look almost identical, which is why people mix them up constantly. Title Case follows conventional style rules — small connecting words like "a," "of," "the," and "and" stay lowercase unless they open the sentence, so "A Tale of Two Cities" is correct Title Case with that "of" staying small on purpose. Capitalize Each Word skips that rule entirely: "A Tale Of Two Cities," no exceptions. If you're formatting a book title, article headline, or anything meant to follow standard publishing convention, Title Case is what editors actually use. Capitalize Each Word suits places where a strict, no-exceptions pattern matters more than convention does — certain naming schemes, some technical documentation, or a deliberately blocky visual style.
Uppercase vs. Lowercase: When Each One Actually Works
These aren't really opposites in terms of use case — they solve different problems. Uppercase reads as louder and more forceful, which is why it works for short warning labels, acronyms, or a headline that needs to grab attention in a single glance. Lowercase reads as calmer, which is why it's the default for body text and, increasingly, a deliberate branding choice — plenty of product names now stylize themselves entirely in lowercase on purpose. Neither is "correct" by itself; it comes down to whether you want the text to shout or sit quietly in the background.
When Not to Use ALL CAPS
ALL CAPS has a reputation problem, and it's earned. In email and messaging, it reads as shouting, which is exactly why most professional style guides steer away from it. It's also harder to read in long stretches — the uniform letter height flattens the visual shape that normally helps your eye recognize words at a glance, which is part of why publishers save it for short bursts like headlines and acronyms rather than full paragraphs. If you're drafting an email, a longer caption, or anything meant to be read comfortably rather than glanced at, Sentence case or Title Case will almost always serve the reader better than a wall of capitals.
How to Use
- Paste or type your text into the box.
- Choose the case you want — UPPERCASE, lowercase, Title Case, Sentence case, Capitalize Each Word, Toggle Case, or Alternating Case.
- Copy the result or download it as a file.
Features
Conversion happens the moment you pick a case — there's no lag, no spinner, even on a long paste. Length isn't really a constraint either: drop in a sentence or an entire document and it processes the same way.
Getting the result back out is just as quick. A one-click copy button sends the converted text straight to your clipboard, or you can download it as a .txt file if you'd rather hold onto it than paste it somewhere right away.
Everything runs in your browser instead of on a remote server, so it behaves the same on a phone as it does on a laptop, and there's no signup or account step in between. Unicode is supported too, so accented characters and many non-English scripts convert correctly rather than breaking or getting stripped out. And it's free, with no premium tier gating basic conversion.
Common Uses
- Students — fixing capitalization on essays or notes typed quickly without attention to case.
- Writers — converting draft titles and headings into proper Title Case before publishing.
- Bloggers — standardizing post titles so a site doesn't end up with half its headings in Title Case and the rest in Sentence case, which happens more often than most style guides would like.
- Developers — converting variable names or labels between naming conventions, such as switching a string to all lowercase before using it as a slug.
- SEO professionals — cleaning up title tags and meta descriptions pulled from inconsistent source data, like a spreadsheet export that came through in all caps.
- Social media managers — creating stylized Toggle Case or Alternating Case text for captions and posts.
- Content editors — fixing accidental caps-lock text before publishing.
- Office work — reformatting text pasted from PDFs, spreadsheets, or emails that came through in the wrong case.
- Data cleanup — normalizing casing across large sets of pasted or imported text before further processing.
Examples
| Original | Converted |
|---|---|
| hello world | UPPERCASE: HELLO WORLD |
| hello world | lowercase: hello world |
| hello world | Title Case: Hello World |
| HELLO WORLD | Sentence case: Hello world |
| hello world | Capitalize Each Word: Hello World |
| Hello World | Toggle Case: hELLO wORLD |
| hello world | Alternating Case: hElLo WoRlD |
Why Use a Case Converter Instead of Editing Manually?
Retyping capitalization by hand is fine for a single word or a short phrase. It stops being fine the moment you're staring at a full paragraph that got pasted in from somewhere in the wrong case — and that happens more often than you'd think, usually from a PDF export, an old email thread, or someone's caps lock sticking for half a message. A case converter handles the whole block in one pass instead of you clicking into each word individually, and it skips the small mistakes that creep into manual editing — a missed capital at the start of a sentence, or one word left behind after a quick scroll-through. Past a sentence or two, converting everything at once is simply faster and more consistent than fixing it by hand.
A Few Notes from Real Editing Work
- Print-style headlines traditionally use Title Case, but a lot of digital publications have shifted toward Sentence case for headlines and titles — it reads a little more casual and matches how people actually type online.
- If a client sends text in ALL CAPS (it happens more than you'd expect), converting to Sentence case first and then manually fixing proper nouns afterward is usually faster than retyping from scratch.
- Toggle Case rarely ends up in anything published — it's mostly a fast way to undo a mistake, like when caps lock was on for half a sentence.
- For anything code-adjacent — slugs, filenames, variable names — lowercase is the safer default, since mixed casing can cause inconsistencies in case-sensitive systems.
Unicode Support
Casing changes work beyond plain English letters, including accented characters and many non-English scripts. That said, capitalization rules aren't identical across every language — some scripts don't have a distinct uppercase and lowercase form at all, and others follow conventions that differ from English. Results are most reliable for languages that use a Latin-based alphabet with clear upper and lower case letters.
Privacy
Conversion happens locally in your browser. Nothing you paste is uploaded to a server, and nothing is stored after you leave the page. There's no account required, so there's no personal data tied to what you convert.
Device Compatibility
Works on Windows, macOS, and Linux, as well as Android and iPhone. Compatible with Chrome, Firefox, Edge, and Safari — no separate app or installation needed on any of them.
Frequently Asked Questions
It changes the capitalization of your text — upper, lower, title, sentence, or toggled — without altering the words, spelling, or order.
Paste your text, select the UPPERCASE option, and every letter converts to a capital immediately.
A style where the first letter of each major word is capitalized, commonly used for titles and headings.
A style where only the first letter of each sentence is capitalized, with the rest of the sentence in lowercase — similar to how normal prose is written.
Yes, the lowercase option converts every capital letter back to lowercase, regardless of the original casing.
No, only letter casing changes. Line breaks, spacing, and punctuation stay exactly as you typed them.
Yes, punctuation marks aren't letters, so case conversion doesn't affect them at all.
Yes, for most Latin-based alphabets and accented characters. Some non-Latin scripts don't have separate upper and lower case forms, so results can vary there.
Yes, there's no cost to use it and no premium tier required for basic conversion.
Yes, conversion happens in your browser, and nothing is uploaded or stored.
Yes, it works the same way on Android and iPhone browsers as it does on desktop.
There's no fixed limit for typical use.
Once the page has fully loaded, the conversion itself runs locally without needing a server call.
Yes, a one-click copy button sends the result straight to your clipboard.
Yes, you can save the converted text as a .txt file instead of copying it.