StatusQueen's Convert Case tool transforms any text between seven common letter-case styles in a single click — Sentence case, lowercase, UPPERCASE, Capitalized Case, Title Case, aLtErNaTiNg cAsE and iNVERSE cASE — plus a one-click "Remove extra spaces" cleanup. Free, unlimited, with no sign-up. Your text is processed entirely inside your browser; nothing is uploaded.
The seven case styles, with examples
Each button transforms whatever is currently in the textarea. Here is what each one does, using the same example sentence:
- Sentence case — capitalizes the first letter of each sentence and lower-cases the rest. Example:
The quick brown fox. It jumps over the lazy dog. - lowercase — converts every letter to lowercase. Example:
the quick brown fox. it jumps over the lazy dog. - UPPERCASE — converts every letter to uppercase. Example:
THE QUICK BROWN FOX. IT JUMPS OVER THE LAZY DOG. - Capitalized Case — capitalizes the first letter of every word. Example:
The Quick Brown Fox. It Jumps Over The Lazy Dog. - Title Case — like Capitalized Case but keeps articles, short prepositions and conjunctions lowercase (e.g. a, an, the, of, on, in, and, but, or). Example:
The Quick Brown Fox. It Jumps over the Lazy Dog. - aLtErNaTiNg cAsE — alternates lowercase and uppercase character by character. Example:
tHe qUiCk bRoWn fOx. iT jUmPs oVeR tHe lAzY dOg. - iNVERSE cASE — flips every letter's case (uppercase becomes lowercase, lowercase becomes uppercase). Example:
tHE QUICK BROWN FOX. iT JUMPS OVER THE LAZY DOG.
Remove extra spaces
The Remove extra spaces button is a quick text cleanup utility — it collapses runs of two or more spaces or tabs into a single space, and trims leading/trailing whitespace per line. Useful after pasting text from PDFs, emails, or web pages where the spacing is uneven. It does not change the case of any letter.
When to use which case
- Sentence case — running text in articles, blog posts, emails, and most body copy.
- Title Case — book titles, article headlines, song names, and most English-language headings (e.g. "The Catcher in the Rye").
- Capitalized Case — proper-noun-heavy text where you want every word capitalized regardless of grammar — labels, product names, and AP-style headlines.
- UPPERCASE — short emphasis (warnings, error states, banner text), road signs, acronyms, or stylistic choices like all-caps display headings.
- lowercase — when normalizing text for search indexes, comparing strings, or applying a stylistic minimalist treatment.
- aLtErNaTiNg cAsE — internet meme / sarcasm formatting, popularised by the SpongeBob "mocking" meme.
- iNVERSE cASE — niche use, but handy when you typed a sentence with Caps Lock on by accident — one click flips it.
How it works
Convert Case runs entirely in your browser using JavaScript. When you click a case button, the text in the box is read, transformed in memory, and written back. There is no upload, no server-side processing, and no logging. You can paste sensitive text without worrying about it leaving your device.
Privacy and security
Because every transformation happens client-side, your text is never sent anywhere. Closing the tab discards everything. We have no access to your input, no analytics tracking on this page, and no third-party scripts reading the textarea. For details, see our Privacy Policy.
Frequently Asked Questions
How do I convert text to a different case?
Paste or type your text into the box, then click any of the case buttons. The text in the box transforms instantly. Click another button to change again.
What is the difference between Title Case and Capitalized Case?
Capitalized Case capitalizes the first letter of every single word. Title Case is more selective — it capitalizes the first and last word and all major words, but keeps articles (a, an, the), short prepositions (of, on, in) and conjunctions (and, but, or) lowercase, the way book titles and headlines are styled.
Is my text uploaded anywhere?
No. Case conversion runs entirely in your browser. Your text never leaves your device — nothing is uploaded, logged, or sent to a server.
Is there a character or word limit?
No hard limit. Because conversion happens locally, you can paste documents of essentially any size. Very long texts (millions of characters) may briefly slow your browser while transforming, but everything still works.
Can I undo a case conversion?
Use your browser's standard undo (Ctrl+Z on Windows / Linux, Cmd+Z on Mac) right after a conversion to bring back the previous text. Each click of a case button counts as one undoable step.