Skip to content

Title Case Converter

Title Case, sentence case, UPPERCASE, kebab-case and snake_case — done right.

Each line converts on its own — paste a whole list of headlines at once.

Convert to

Converted

The Quick Brown Fox Jumps Over the Lazy Dog Writing for the Web: A Field Guide for Busy Editors

The title-case rules this tool actually implements

Most case converters capitalize Every Single Word and call it title case. Real title case is a rule system, and editors notice when it is faked. This tool implements the AP-leaning version, and since you are trusting it with your headlines, here are the exact rules it applies:

  • First and last words are always capitalized, whatever they are: “Something to Believe In.”
  • 19 minor words stay lowercase — a, an, the, and, but, or, nor, for, as, at, by, in, of, on, per, to, up, via, vs — and only when they are shorter than four letters.
  • Words of four or more letters are capitalized, including prepositions: With, From, Over, Under. This is the AP four-letter rule, and it is the one hand-cased headlines get wrong most often.
  • The first word after a colon is capitalized, even a minor one: “Remote Work: A Field Guide.”
  • Hyphenated compounds capitalize every part: Well-Known, Best-In-Class. Chicago style would lowercase minor words inside a compound (State-of-the-Art); this tool capitalizes all parts, the common AP headline treatment.
  • Words that already contain a capital are left untouched — iPhone, GitHub, NASA, McDonald’s survive conversion. The flip side: acronyms typed in lowercase are not recognized, so seo becomes Seo. Type acronyms in caps.

Sentence case is the same discipline in reverse. The tool lowercases everything, then capitalizes the first letter of the text, the first letter after sentence-ending punctuation, and the pronoun I (including I’m, I’ve, I’ll, I’d). What no rule-based converter can know is proper nouns — “paris” stays lowercase because nothing in the string says it is a city. Reread sentence-cased text before publishing and restore names by hand.

A worked example

Take the sample line loaded in the tool: writing for the web: a field guide for busy editors. Title case produces “Writing for the Web: A Field Guide for Busy Editors” — and every capital in it is a rule firing. Writing is the first word, forced. Both instances of for are on the minor list and under four letters, so they stay down. Web is not a minor word, so it rises. The colon after it triggers the subtitle rule, which is why A — a minor word anywhere else — is capitalized. Editors is the last word, forced. If you can predict those five decisions, you can spot-check any converted headline in seconds, which is the real skill this tool should leave you with.

Title case or sentence case — decide by platform, then stay put

Neither convention ranks better in search, and no credible study shows one reliably winning clicks. The choice is about register: title case reads editorial and formal, sentence case reads conversational and modern. What actually damages a site is mixing them.

ContextConventionNotes
US news, books, most US marketing sitesTitle CaseAP and Chicago territory; what US readers expect from headlines.
UK and most European publicationsSentence caseThe BBC and the Guardian set the pattern.
Product UI — buttons, menus, labelsFollow the platformGoogle’s Material guidelines specify sentence case; Apple’s HIG uses title case for most controls.
Meta titles in English search resultsTitle CaseThe dominant pattern on page one; matching it looks native.
H2s and H3s inside long articlesSentence caseEasier to scan when headings are full clauses.
Email subject linesEitherSentence case reads more personal; consistency matters more than the pick.

The developer casings

The last four modes are for identifiers, not prose. kebab-case is the convention for URLs, CSS classes, and web file names — if you are casing a URL, the slug generator adds stop-word removal and length limits on top. snake_case belongs to Python, Ruby, and SQL columns. camelCase is JavaScript variables and JSON keys; PascalCase is classes and React components. The converter also splits existing camelCase boundaries when tokenizing, so myAPIKey converts to my-api-key, not myapikey.

Multi-line input converts line by line, so a pasted list of 30 headlines — or 30 variable names — converts in one pass and copies in one click.

Common mistakes

  • Capitalizing Every Word Including Of and The — the most visible tell of a hand-cased headline.
  • Lowercasing four-letter prepositions (with, from, over) in title case; AP capitalizes them.
  • Forgetting the capital after a colon, where subtitles start.
  • ALL CAPS for emphasis in headlines — it reads as shouting, and screen readers can spell unfamiliar capitalized words letter by letter.
  • Trusting any converter with proper nouns in sentence case, or feeding it lowercase acronyms and shipping Seo.

Honest limitations

This is a rule-based converter with an English minor-word list; other languages get the four-letter rule without the list’s judgment. It follows one style — AP leaning — with no Chicago or MLA switch, so hyphenated compounds capitalize every part and some Chicago-trained editors will want State-of-the-Art instead. Sentence case flattens proper nouns and acronyms, and title case preserves existing capitals rather than knowing which words deserve them. It converts instantly and consistently; the five percent of judgment calls that make house style a craft are still yours.

Frequently asked questions

Which words stay lowercase in title case?
This tool lowercases 19 minor words when they are shorter than 4 letters: a, an, the, and, but, or, nor, for, as, at, by, in, of, on, per, to, up, via, vs. Everything of 4 or more letters is capitalized — including prepositions like With, From, and Over — which matches the AP four-letter rule. First and last words are always capitalized regardless.
Is a word after a colon capitalized in a title?
Yes. In title case this tool always capitalizes the first word after a colon, even a minor word — “Remote Work: A Field Guide”. That follows AP and Chicago practice for subtitles, where the segment after the colon starts its own capitalization.
Is “Is” capitalized in a title?
Yes. “Is” is a verb, not a preposition, so it is never a minor word — “What Is a Slug” is correct. The same goes for other short verbs like Be, Do, and Go, and for pronouns like It and We. Length is not the test; function is, which is why the minor-word list matters more than the 4-letter rule alone.
Should blog headlines use title case or sentence case?
US publications and most English-language marketing sites use title case for headlines; UK publications like the BBC and the Guardian use sentence case. Neither ranks better. Pick one convention for your site and hold it everywhere — a mixed archive looks careless, and consistency is the only rule every style guide agrees on.
What is the difference between kebab-case and snake_case?
kebab-case joins lowercase words with hyphens (quick-brown-fox) and is the convention for URLs, CSS classes, and web file names. snake_case joins them with underscores (quick_brown_fox) and is the convention in Python, Ruby, and SQL column names. For URLs specifically, use kebab-case — search engines treat the hyphen as a word separator.
Can I convert many headlines at once?
Yes. Every line converts independently, so you can paste 30 headlines, pick a mode, and copy the whole converted list in one click. Line breaks are preserved exactly as you entered them.

Free download

The Pre-Publish Checklist

Consistent style is a detail. Details are what the checklist is for. 47 checks WriteZu runs before an article ships — as a checklist you can run by hand.

No spam. The checklist, then only what's worth knowing.

WriteZu does this automatically — for every article

It reads your site, maps the topics you can win, writes the calendar, and publishes articles that pass every check on this page — scored and revised before you ever see them.

Start free
Case Converter — Title Case, Sentence Case & More