How to Change Text Case Online — UPPERCASE, Title Case & More
Convert text between UPPERCASE, lowercase, Title Case, Sentence case, and more, without losing line breaks — and what actually separates Title Case from Capitalize Each Word.
By QR Ivify Team
Caps Lock got left on, a heading needs to match a style guide, or a list of names came through in all lowercase — changing text case by hand is tedious and error-prone. Here's how to do it properly, including the one distinction most people don't realize exists: Title Case and "capitalize every word" aren't the same thing.
The Seven Case Styles, and When to Use Each
- UPPERCASE — every letter capitalized. Good for short emphasis, bad for anything long (it reads as shouting).
- lowercase — every letter lowercased. Useful for normalizing inconsistent input before further processing.
- Title Case — follows standard style-guide rules: short connector words (a, an, the, of, in, and, ...) stay lowercase unless they're the first or last word. This is what "proper" headline casing looks like.
- Sentence case — only the first letter of each sentence is capitalized, everything else lowercase. What normal prose looks like.
- Capitalize Each Word — every single word gets its first letter capitalized, no exceptions. Simpler than Title Case, and sometimes what you actually want (a list of proper nouns, for instance).
- aLtErNaTiNg CaSe — alternates upper and lower letter by letter. Novelty use only.
- iNVERSE cASE — flips whatever case each letter already is. Also novelty, but occasionally useful for a specific joke or meme format.
Title Case vs. Capitalize Each Word
This is the distinction worth understanding. Take the sentence "hello world this is a test":
| Mode | Result |
|---|---|
| Title Case | Hello World This Is a Test |
| Capitalize Each Word | Hello World This Is A Test |
Notice the difference is just one letter — "a" vs. "A." Title Case follows the standard rule that short connector words stay lowercase unless they open or close the line; Capitalize Each Word ignores that rule entirely and capitalizes everything. If you're formatting a heading for publication, Title Case is almost always what a style guide actually wants. If you're capitalizing a list of items where every word matters equally (like proper nouns), Capitalize Each Word can look more correct.
Step by Step
- Open the Case Converter.
- Paste or type your text.
- Click any case button — the text updates immediately.
- Try a different button any time; each click re-converts from the current text.
What Stays Untouched
Case conversion here only ever changes letter casing. Line breaks, multiple spaces, and punctuation are never touched — a case change won't accidentally collapse your paragraph structure or strip formatting you didn't ask to remove.
Frequently Asked Questions
What's the actual difference between Title Case and Capitalize Each Word? Title Case keeps short connector words (a, the, of, and, ...) lowercase unless they're first or last in the line — standard style-guide behavior. Capitalize Each Word capitalizes every word with no exceptions.
Will this remove my line breaks or extra spacing? No — case conversion only changes letter case; every line break and space stays exactly where it was.
Does this work correctly on Vietnamese text? Yes — conversion uses locale-aware uppercase/lowercase rules, which correctly handle Vietnamese diacritics.
Does this upload my text anywhere? No. Conversion happens entirely in your browser.
Can I download the result? Yes — Download TXT saves the converted text as a file, or Copy to paste it elsewhere.
Try It
Need to fix text that's stuck in the wrong case, or format a heading properly? QR Ivify's free Case Converter handles all seven styles instantly. Cleaning up spacing at the same time? Try Text Cleaner.
Related articles
How to Clean Up Messy Text (Extra Spaces, Blank Lines, Tabs)
Fix text that came through with irregular spacing, blank lines, or tabs — from pasting out of a PDF, a webpage, or a spreadsheet — with cleanup options you control individually.
How to Compare Two Texts and See What Changed
Compare two versions of a document, email, or config file line by line and see exactly what was added or removed — the algorithm behind it, explained simply.
How to Convert Text to Speech Online (Free, No Signup)
Have text read aloud using your browser's own built-in voices — useful for proofreading by ear, no account or app required.