BRev Free Tools
At BRev Digital, essentials should be a right — free, forever.
Open in workspacekeep several tools open at once
Case converter
Case styles

Title Case converter

Title Case capitalises the significant words in a heading and leaves the minor ones lowercase — and the whole difficulty is that “minor” is defined differently by every style guide. This is the one style on the site that is an editorial decision rather than a technical one, which is why the converter offers AP, APA, Chicago, NYT, Wikipedia and British rather than a single answer.

The differences are narrower than the arguments about them suggest, and they land on specific words rather than whole sentences. Take “the cat is out of the XML bag”: AP, APA and NYT all give “The Cat Is out of the XML Bag”, lowercasing “out” because they read it as a preposition — while Chicago and British capitalise it, reading it as an adverb in that phrase. Every one of them capitalises the first and last word, capitalises “Is” despite its length, and lowercases “the” and “of”. Run the seeded converter below and compare the six outputs on your own headline; on many headlines four of them agree exactly.

A separate question is whether to use Title Case at all. Most current design systems — Google’s Material and GOV.UK among them — prefer sentence case for interface text, on the grounds that it is easier to read, easier to localise, and removes an entire class of arguments about which words to capitalise. Title Case remains standard for article headlines, book and film titles, and formal document sections.

Title Case — worked through

Every line below is produced by the same converter that runs on this page, so the example and the tool cannot disagree.

InputTitle CaseNote
parse xml fileParse XML FileThe canonical shape of this style.
the cat is out of the XML bagThe Cat Is out of the XML BagAP style, the converter’s default.
the cat is out of the XML bagThe Cat Is Out of the XML BagChicago instead of AP — it capitalises words AP reads as prepositions.

Where Title Case is the convention

EcosystemWhat it applies to
AP styleJournalism, press releases, most marketing copy. Lowercases articles, short conjunctions and prepositions of three letters or fewer; four letters and up are capitalised.
ChicagoBooks, academic and long-form publishing. Same family of rules as AP, but it parts company on words that can be read as either preposition or adverb — “Out”, “Up”, “On” — which Chicago capitalises where AP does not.
APAAcademic papers and references. Lowercases minor words of three letters or fewer; used alongside sentence case for its own reference-list titles.
Sentence caseProduct UI, documentation and anything localised. Only the first word and proper nouns are capitalised — fewer decisions, better readability, far easier to translate.

The acronym trap

Acronyms must not be lowercased by the small-word rules — an “API” is not the word “a”, and “XML” must never become “Xml” because a naive title-caser applied a capitalise-first-letter rule to it. The converter keeps a list of known acronyms and preserves them exactly, which is what stops “Parse the XML File From the ERP API” degrading into “Parse The Xml File From The Erp Api”. Add your own product names and initialisms to that list before running a batch of headings.

Acronyms kept intact:
AP title case — Lowercases articles, short conjunctions and prepositions of 3 letters or fewer; 4+ letter words are capitalized.
Every caseclick any row to copy
Slug generatorURL-ready slugs from the same text
29 chars
great for URLs
Transliteration handles diacritics (café → cafe), ß → ss, Cyrillic and Arabic — try مرحبا بالعالم. The Unicode slug keeps the original script.
Everything happens in your browser — nothing is uploaded.

FAQ

Which words are not capitalised in Title Case?

Depends on the guide. AP and APA lowercase minor words of three letters or fewer; Chicago lowercases prepositions of any length plus articles and coordinating conjunctions. Every guide capitalises the first and last word regardless.

Should I use Title Case or sentence case for buttons and headings?

Sentence case for product interfaces — Material Design and GOV.UK both recommend it, and it localises far more cleanly, since capitalisation rules differ by language. Title Case suits editorial headlines and formal titles.

Why do the style guides disagree?

They were written for different media with different traditions — newswire brevity, academic citation, book publishing. There is no underlying rule to be right about, so the only real error is switching between them within one publication.