Case converter

Switch between upper, lower, title, sentence, alternating and inverse case.

Paste text, pick a case and the box is rewritten in place. Works with accented letters and non-Latin alphabets.

Try:
0Words
0Characters
0No spaces
0Sentences
0Paragraphs
0Lines
0Pages
0Reading
0Speaking

Runs entirely in your browser. Your text is never uploaded — open DevTools, Network tab, and you will see zero requests while you use this tool.

How to use it

  1. Paste the text you want to convert.
  2. Press the case you need — the text is replaced immediately.
  3. Press Copy to take the result.

What this tool does

Paste text, press a button, and the box is rewritten in place. Six conversions are available:

Conversion is Unicode-aware, so Cyrillic, Greek, Turkish and accented Latin letters convert properly rather than being left untouched. Digits, punctuation and emoji pass through unchanged.

Examples

InputModeOutput
the QUICK brown Foxlowercasethe quick brown fox
the QUICK brown FoxUPPERCASETHE QUICK BROWN FOX
the QUICK brown FoxTitle CaseThe Quick Brown Fox
hello there. how are you? fine.Sentence caseHello there. How are you? Fine.
why notaLtErNaTiNgwHy nOt
Hello WorldiNVERSEhELLO wORLD

A common workflow: someone sends a paragraph typed with caps lock on. Press lowercase to flatten it, then Sentence case to restore normal capitalisation. Proper nouns will need a manual fix — no tool can tell that bill should have been Bill from context alone.

Title Case in AP, APA and Chicago style

Title Case here is the mechanical version: capitalise every word. Publishing style guides are pickier, and the differences matter if you are writing for a publication or formatting a reference list.

All three guides agree on the basics — capitalise the first and last word of the title, and capitalise nouns, pronouns, verbs, adjectives and adverbs. They disagree about the short words in between.

Word typeAPAPA (7th ed.)Chicago
Articles: a, an, thelowercaselowercaselowercase
Coordinating conjunctions: and, but, or, nor, for, yet, solowercaselowercaselowercase
Short prepositions: of, in, on, to, atlowercase under 4 letterslowercase under 4 letterslowercase at any length
Long prepositions: between, through, againstCapitalised (4+ letters)Capitalised (4+ letters)lowercase
Word after a colonCapitalisedCapitalisedCapitalised
Hyphenated compound: Well-Beingcapitalise both partscapitalise both partscapitalise both unless the second part is an article or preposition
to as an infinitive markerlowercaselowercaselowercase

The same title under each rule:

Note the split on Through: AP and APA capitalise prepositions of four letters or more, Chicago lowercases prepositions regardless of length. AP also capitalises For here because it treats it as part of the verb phrase, while APA lowercases it as a short preposition. Also worth knowing: APA uses title case only for the titles of works inside your text; the reference-list entry itself uses sentence case, capitalising only the first word, the word after a colon, and proper nouns.

Because the correct choice depends on which word is a preposition and which is part of a phrasal verb, run the mechanical Title Case first and then lowercase the handful of short words your style guide wants down.

When you need it

Doing it without this tool

The gap in all of them is Sentence case across a long text: Word handles it, but Sheets and the shell need a formula or a script, which is why pasting into a browser tab is usually quicker.

Privacy: your text never leaves your browser

The conversion is a few lines of JavaScript running locally. No upload, no server, no logging, no storage. The text exists only in the box until you close the tab.

This is the usual reason to prefer a local tool for case conversion: the text being fixed is often a list of real customer names or an internal document, and pasting either into an unknown server is a problem you do not need.

Related tools

ROT13One button encodes and decodes — ROT13 is its own reverse.camelCase converterConverts any text into the naming style you need — for variables, files and…Slug generatorTurns a headline into a clean, lowercase, hyphenated URL slug.Base64 encode / decodeConvert text to Base64 and Base64 back to text, right in your browser.Fancy textOne box in, twelve Unicode styles out. Copy the one you want.Dice rollerRoll a d6, a d20, two d6 or percentile dice. Sums included.Fancy fonts show boxesThose styled letters are separate Unicode characters, not styling. That…

See all text tools →

Frequently asked questions

What is the difference between Title Case and Sentence case?

Title Case capitalises every word, which suits headlines. Sentence case capitalises only the first letter of each sentence, which suits normal prose and APA reference lists.

Which words are not capitalised in Title Case?

Articles (a, an, the) and coordinating conjunctions (and, but, or) are always lowercase unless they start or end the title. Prepositions depend on the style guide.

How do AP and Chicago title case differ?

AP capitalises prepositions of four letters or more, so it writes "Through". Chicago lowercases prepositions no matter how long they are, so it writes "through".

Does APA use title case in the reference list?

No. APA uses sentence case for the titles of works in the reference list, capitalising only the first word, the word after a colon, and proper nouns. Title case is used for those titles inside your text.

Does it work with non-English text?

Yes. Case rules are applied with full Unicode support, so Cyrillic, Greek and accented Latin letters convert correctly.

Can I undo a conversion?

Use the browser undo shortcut inside the text box, or paste the original text again. Nothing is overwritten outside the page.

Will it fix proper nouns automatically?

No. Sentence case lowercases everything except sentence starts, so names like Paris or Bill need a manual capital afterwards.