Convert text to uppercase, lowercase, title case or sentence case
A case converter rewrites text by changing which letters are capitalised, without altering the words themselves. The four cases people need most are different in subtle ways: UPPERCASE makes every letter a capital, lowercase removes all capitals, Sentence case capitalises only the first letter of each sentence, and Title Case capitalises the first letter of each significant word. They look trivial until you try to do them by hand on a long block of text — fixing a heading you accidentally typed with Caps Lock on, or normalising a list of names that arrived in inconsistent casing.
What makes this harder than it appears is that title and sentence case depend on language rules, not just position. Real title case keeps short words like "of", "and" or "the" lowercase unless they start the phrase, and sentence case has to find sentence boundaries — the period after "Dr." is not the end of a sentence. This tool applies sensible defaults so you get a clean result in one click, then lets you copy it straight back into your document, code or spreadsheet.
Title case capitalises the first letter of every important word (Common Use Cases), used for headlines and titles. Sentence case capitalises only the first word and proper nouns (Common use cases), used for normal prose. Title case is for labels; sentence case is for reading.
For most text, yes — capitalisation is discarded, so converting "iPhone" to "IPHONE" and back will not restore the original mixed case. Keep a copy of the original if the exact casing matters. Lowercasing has the same one-way effect.
CSS text-transform: uppercase only changes how text is displayed; the underlying characters are unchanged, so copying the text gives you the original casing. This tool transforms the actual characters, so the new casing travels with the text wherever you paste it.
It keeps common articles, conjunctions and short prepositions lowercase when they fall in the middle of the title, but capitalises them when they are the first word. This follows the convention used by most English style guides for clean, readable headings.
Word Counter · Character Counter · Lorem Ipsum Generator · Remove Extra Spaces · Sort Text Lines · Remove Duplicate Lines