Text case looks like a cosmetic detail until you're staring at a document someone typed entirely in caps, or a heading that's supposed to be Title Case but was pasted in as lowercase. Retyping it by hand is the slow way to fix it.
The four styles, and what each is actually for
- UPPERCASE — legal disclaimers, warning labels, and acronyms use this for emphasis, but full sentences in all-caps read as shouting online and are also measurably harder to read at length, since capital letters lack the varied letter shapes that help the eye recognize words quickly.
- lowercase — occasionally a deliberate stylistic choice (some brand names, some casual social captions), but mostly useful as a "reset" step before converting to a different case, since starting from mixed case can trip up automated title-casing.
- Title Case — headlines, book titles, and proper headings. Capitalizes the first letter of each word, which is the convention most style guides expect for a heading, even though real style guides differ on whether short words like "of" or "the" should be capitalized mid-title — a nuance no automated tool fully replicates.
- Sentence case — capitalizes only the first letter of each sentence, which is the correct style for body text and is also what you want when cleaning up text that arrived in all-caps (a scanned document, an old email, a form field that forces uppercase) back into something readable.
A common real use: fixing all-caps text
Government forms, old databases, and some scanned documents store names and addresses entirely in uppercase. Converting straight to Sentence case turns "JOHN SMITH, 42 PARK AVENUE" into readable text in one pass, rather than retyping it — worth knowing this tool exists before manually correcting a long list.
What this particular tool doesn't do
This converts between the four everyday text-writing styles above. It doesn't produce programming identifier styles like camelCase or snake_case — those follow different rules (no spaces at all, word boundaries marked by capitalization or underscores instead) and are a distinct kind of conversion aimed at code, not prose.
Using the tool
Paste your text, pick a case, and copy the result — no retyping. Try it here: Case Converter.