ToolBoxOnline
Text

Case Converter: When to Use sentence case, Title Case, and UPPERCASE

Sentence case, Title Case, UPPERCASE, lowercase, camelCase — each has a specific job. Here's when to use each and how to convert text instantly without retyping everything.

case convertersentence casetitle caseuppercase convertertext formatting

You paste a paragraph into an email and realize it is ALL IN CAPS. Or you need a headline in Title Case but you are not sure which words to capitalize. Everyone hits this. A case converter fixes it in one click instead of retyping everything.

But which case is actually right for what you are doing? Each one has a real job. Here is the breakdown.

Sentence case — the default for everything you write

Sentence case capitalizes only the first letter of the first word. Everything else is lowercase except proper nouns like names and places. This is what you use in emails, chat messages, blog body text, and documentation. It reads the most naturally because it matches how we actually write.

When you paste text that is in ALL CAPS from a legacy system or a shouty email thread, the online case converter switches it to sentence case instantly. One click, no retyping.

Title Case — for headlines that look professional

Title Case capitalizes the first letter of every major word. Articles (a, an, the), coordinating conjunctions (and, but, or), and short prepositions (in, on, at) stay lowercase — unless they are the first or last word of the title. So "The Cat in the Hat" is correct. "The Cat In The Hat" is not — "In" should stay lowercase.

Different style guides have different rules. AP style only capitalizes words with 4+ letters. Chicago style capitalizes all prepositions regardless of length. Our tool follows the most common convention — the one most blogs and websites use. If your CMS or editor has a title case option, it probably uses the same rules.

UPPERCASE — for emphasis, not for paragraphs

ALL CAPS has exactly one legitimate use in writing: short headings, acronyms, and warnings. "DO NOT DELETE" works as a warning label. A three-paragraph email in all caps does not — it reads as shouting and people will skim right past it. Use uppercase sparingly and only when you genuinely need something to scream for attention.

One practical use: generating short codes or IDs that need to stand out from surrounding text. The free case converter does this with one click — type the text, hit UPPERCASE, copy the result.

lowercase, Capitalized Case, and the programming ones

lowercase is useful for normalizing data before comparison. Email addresses, usernames, and file extensions are not case-sensitive in most systems — but "Hello" and "hello" are different strings to a computer. Converting both to lowercase makes them match. This is why most login forms auto-lowercase your email.

Capitalized Case capitalizes the first letter of every single word. Useful for proper names, book titles, and short labels. Not the same as Title Case — it does not skip small words. "The Lord Of The Rings" in Capitalized Case; "The Lord of the Rings" in Title Case.

camelCase and snake_case are for programming. If you are naming a variable or a function in code, these are your formats. For a related tool, check our URL slug generator which converts titles to kebab-case for web URLs — another case format with a specific job.

Next time you face a wall of badly-cased text, do not retype it. Drop it into the case converter, pick the right format, and copy the result. For a deeper dive into text manipulation, see our explainer on Unicode fancy text generators.

Tools mentioned in this article

Share this tool