You typed a whole paragraph with Caps Lock on without noticing. Or you pasted a column of email addresses in a jumble of capitals. Or your headline needs to match the rest of the site and you cannot remember whether “of” gets a capital letter. Retyping is slow and error-prone, and the fix is the same in every case: change the text case automatically. This guide explains the four case styles you actually use, when each one is correct, the real (and contested) rules of Title Case, and how to convert any text in a couple of clicks — entirely in your browser, with nothing ever uploaded.
The four case styles and when to use each
Most writing problems come down to picking the right one of four styles.
UPPERCASE turns every letter into a capital: EXPORT SETTINGS. It is correct for short acronyms (NASA, PDF, API) and for genuine, deliberate emphasis on a single word or label. The catch: a full sentence in capitals reads as shouting and is measurably harder to scan, because the uniform letter height removes the shape cues your eye uses to recognise words. Use it for three or four words at most.
lowercase drops everything down: export settings. It is the workhorse for normalising data — email addresses, usernames, tags, file extensions and URLs are conventionally lowercase, and forcing them down removes accidental capitals from copy-paste. It also sets a deliberately casual, modern tone in things like chat handles and some brand names.
Title Case capitalises the important words: Export Your Settings to a File. This is the style for headlines, article titles, book and film names, and button labels in many style guides.
Sentence case capitalises only the first word and any proper nouns: Export your settings to a file. It has quietly become the default for body text, UI microcopy, notifications and even headings in modern design systems (Google, GitHub and Apple all lean this way) because it reads faster and feels less formal.
The real rules of Title Case (and why guides disagree)
Title Case is where people get stuck, because “capitalise the important words” is vague. The widely shared convention is: capitalise the first and last word, and every word in between except short function words — articles (a, an, the), coordinating conjunctions (and, but, or, nor), and short prepositions (of, to, in, on, for, at). So you get The Lord of the Rings, not The Lord Of The Rings.
But there is no single right answer, because style guides genuinely differ:
- Chicago lowercases prepositions regardless of length — unless one is doing the work of an adverb or part of a phrasal verb (as in “Log In”) — so Looking Through the Window keeps “through” lowercase.
- AP capitalises prepositions of four letters or more, so the same phrase becomes Looking Through the Window with “Through” capitalised.
- APA capitalises any word of four letters or more, plus the first word of a subtitle after a colon.
The practical takeaway: pick one style and apply it consistently across a project rather than agonising word by word. An automatic Title Case option handles the mechanical capitalisation for you; you only need to decide on the handful of edge words your chosen guide treats differently.
Everyday rescues a case converter handles
- The Caps Lock accident. A whole message typed in capitals can be dropped straight to Sentence case — first letter up, the rest down — without retyping a single word.
- Cleaning pasted data. Names exported as
JOHN SMITHbecomeJohn Smithwith Title Case; a messy list ofGmail.com,GMAIL.COM,gmail.comcollapses to one consistent lowercase form for matching and de-duplication. - Matching a house style. If your CMS uses Sentence case headings, paste a Title Case headline and convert it down so it fits without manual editing.
- Repurposing copy. A shouty UPPERCASE banner from a designer can become a readable Title Case heading in seconds.
How to change text case step by step
- Open the case converter in your browser. Nothing installs and no account is needed.
- Paste or type your text into the box. The whole block is processed at once, so a single word or a thousand lines works the same way.
- Choose the target style — UPPERCASE, lowercase, Title Case or Sentence case — with one click.
- Read the converted result and check the edge cases that matter to you: proper nouns in Sentence case, the small function words in Title Case, and any intentional acronyms you want to keep capitalised.
- Copy the output back to wherever you need it. The case converter does the transformation on your device, so your text never leaves the browser tab.
That last point matters when the text is a draft contract clause, a list of customer names or anything you would not paste into a random website. Because the conversion runs entirely in your browser, nothing is uploaded to a server.
Tips and pitfalls to watch for
- Title Case mangles acronyms. Converting
View the API Docsto strict Title Case can lower an all-caps acronym toApi. Scan the result and fix deliberate acronyms by hand. - Sentence case is not proper-noun aware. Automatic conversion capitalises the first letter and lowercases the rest, but it cannot know that “paris” is a city or that “iPhone” has an internal capital. Always re-check names after a Sentence case pass.
- Decide on one style guide first. Flipping between Chicago and AP mid-document creates inconsistent headings that a careful reader will notice.
- UPPERCASE for emphasis is a blunt tool. For more than a few words, bold or italics communicate the same emphasis without the shouting effect.
- Convert in stages. If your text is a mess, lowercase everything first to get a clean baseline, then apply Title or Sentence case for a more predictable result.
Check the length while you are at it
Case changes often go hand in hand with tightening copy — headlines have character limits, meta descriptions live around 155 characters, and social posts have hard caps. Once your case is right, drop the text into the word counter to see word and character counts before you publish. Like the case converter, it runs in your browser, so a draft you are still editing stays on your device. If you are working with longer pieces, the article on counting words and characters the right way covers the limits worth knowing.
Frequently asked questions
Does changing case lose any of my text?
No. Changing case only swaps letters between their capital and small forms — every letter, space, line break and punctuation mark stays exactly where it was. The character count of the text does not change, only the capitalisation.
Which case should I use for headlines?
Either Title Case or Sentence case is fine; the choice depends on your house style. Title Case (“How to Change Text Case”) looks more formal and traditional, while Sentence case (“How to change text case”) reads faster and matches most modern websites and apps. Pick one and use it everywhere for consistency.
Is my text safe when I use an online case converter?
With the case converter on ToolFlux, yes — the conversion happens entirely in your browser using JavaScript, so your text is never sent to or stored on a server. You can confirm this by switching off your connection after the page loads; the tool still works because nothing needs to upload.