Sentence case converter — one capital, in the right place.

The tool opens in Sentence case mode with a shouted paragraph already loaded, so you can see what it does before you paste your own. Each sentence gets one capital at its start; acronyms, brand names and the pronoun “I” keep theirs.

131 characters109 without spaces23 words1 line

Everyday cases

Developer cases

Everything runs in this tab. Your text is never uploaded, stored or logged.

What “sentence case” actually means

Sentence case is the plainest of the capitalisation conventions: capitalise the first word of a sentence, then carry on in lowercase, letting only words that deserve a capital in their own right keep one. It is how the paragraph you are reading is written, and there is no style guide fight about it, because there is almost nothing to disagree over.

That absence of argument is why it has been quietly winning. Product interfaces switched to sentence case for buttons and headings years ago, and academic publishers have moved the same way for article titles and headings — a title in sentence case is easier to read, easier to search for, and impossible to get subtly wrong the way a title case heading can be under four competing manuals.

The eight inputs that separate a good implementation from a bad one

Sentence case looks trivial until you write it. The hard part is not the capital — it is knowing where a sentence ends, and knowing which words to leave alone. Every “after” column below is real output from the tool on this page, generated when the page was built.

Behaviour on the edge cases that matter. Run any of them through the box above and you will get the same result.
InputOutputWhat it shows
the meeting is on FRIDAY. bring the NDA. The meeting is on FRIDAY. Bring the NDA. Sentence boundaries at a full stop, and acronyms left as typed.
WE NEED THIS BY NOON — NO EXCEPTIONS. We need this by noon — no exceptions. A line with no lowercase at all is folded down first, then re-capitalised.
i told them i'd call. i didn't. I told them I'd call. I didn't. The pronoun “I” and its contractions are re-capitalised anywhere in the sentence.
what now? nothing. really? ok. What now? Nothing. Really? Ok. Question marks and exclamation marks end a sentence as reliably as a full stop.
the API returned 404; the CDN cache was stale. The API returned 404; the CDN cache was stale. A semicolon does not start a new sentence; the acronyms survive.
ready... set... go! Ready... Set... Go! An ellipsis is treated as sentence-ending punctuation.
dr. patel will chair it. Dr. Patel will chair it. A known limit: an abbreviation’s full stop looks exactly like a sentence end.
the iPhone shipped. eBay listed it. The iPhone shipped. eBay listed it. Deliberate internal capitals survive; nothing normalises them away.

Sentence ends

A new sentence starts after a full stop, a question mark, an exclamation mark or an ellipsis — and at the start of every line. A semicolon does not start a new sentence, which is correct: a semicolon joins two clauses instead of separating two sentences, and capitalising after one is a real copy-editing error — style has no say in it.

The pronoun “I”

English has exactly one word that takes a capital wherever it appears, and it is one letter long. The converter re-capitalises a standalone i and its contractions — I'm, I've, I'd, I'll — with either kind of apostrophe, straight or curly. This matters most when rescuing text from a source that lost its capitals: the “i” is the mistake a reader spots first.

Words that were already deliberately capitalised

A word carrying a capital anywhere after its first letter was cased on purpose: NDA, API, iPhone, eBay, McDonald. Those are left exactly as typed. It is a heuristic rather than knowledge, and it is deliberately one-directional — the converter will never destroy a capital you put there, and will never invent one you did not. If you want everything reconsidered from scratch, untick Keep NASA, iPhone as typed.

A line in full capitals

A line containing no lowercase letters at all is shouting, not styling. If the “already capitalised” rule applied there, a full-caps paragraph would survive sentence case completely untouched — the exact opposite of what someone pasting one wants. So a line with no lowercase is folded down first, then re-capitalised sentence by sentence. That single rule is why this page fixes an all-caps email in one click.

The limitation, stated plainly

There is one thing this cannot get right, and no sentence-case tool can: an abbreviation’s full stop is indistinguishable from a sentence-ending one. “dr. patel” becomes “Dr. Patel”, which happens to be correct. “approx. ten metres” becomes “Approx. Ten metres”, which is not. The text simply does not contain the information needed to tell the two apart.

The practical answer is to convert first and then scan for abbreviations — there are usually few, they cluster in technical writing, and they are quick to spot once you know to look. Everything else the converter does is deterministic, so the only thing you ever need to re-read is the word after a full stop that was not really a full stop.

A three-step recipe for wrecked text

The most common job on this page is a paragraph that arrived in the wrong case entirely — a form submission in caps, a transcript with no capitals at all, a paste out of a spreadsheet. The reliable sequence is:

  1. Lowercase everything if the text is a mix of shouting and normal, so you are starting from a known state.
  2. Apply sentence case to put one capital back per sentence, along with the pronoun “I”.
  3. Re-capitalise the proper nouns by hand. No tool can recover a name that was folded down, and there are usually fewer of them than you expect.

Because the tool converts the textarea in place, step two runs on the result of step one without any copying between boxes — and Undo steps back through the whole sequence one conversion at a time if you take a wrong turn.

Sentence case questions

What is sentence case?

Sentence case capitalises the first letter of each sentence and leaves everything else as ordinary lowercase, except for words that are capitalised in their own right — proper nouns, acronyms and the pronoun “I”. It is how normal prose is written, and increasingly how headings are written too.

How is sentence case different from title case?

Sentence case capitalises one word per sentence; title case capitalises every important word in the heading. “How to change text case online” is sentence case; “How to Change Text Case Online” is title case. Sentence case has no competing style guides to reconcile, which is part of why product teams and many academic publishers have moved to it for headings.

Does it keep acronyms and brand names?

Yes, when they arrive capitalised. Any word carrying a deliberate capital after its first letter — NDA, API, iPhone, eBay — is left exactly as typed while Keep NASA, iPhone as typed is ticked. What it cannot do is restore capitals: if the input already says “nasa”, nothing in the text says it should be NASA.

Can it fix a paragraph that is entirely in capitals?

Yes, and it is the main reason people arrive here. A line with no lowercase letters anywhere is shouting; nothing in it was cased on purpose, so the converter folds it down before re-capitalising. Paste a full-caps paragraph and you get readable sentences back in one step.

What about “Dr. Smith” and other abbreviations?

That is the one honest failure, and it is shared by every sentence-case tool. The full stop in “Dr.” is identical to the full stop that ends a sentence, so the next word gets a capital it may not deserve. Here it happens to look right; in “approx. ten metres” it would not. Scan for abbreviations after converting a technical document.

Does it handle several paragraphs?

Yes. Line breaks and blank lines are preserved exactly, and each line restarts the sentence logic — so a line that begins mid-thought still gets a capital, which is what you want for lists and headings pasted as separate lines.

Keep going

  • All twelve case converters on one page — the full tool, with the four title-case style guides and the six programmer cases side by side.
  • Title Case Converter — the other way to capitalise a heading, with four style guides to choose between.
  • Lowercase Converter — step one of the recipe above — get everything to a known state first.
  • Alternating Case Converter — the deliberately unserious option, and the exact rule it follows.
  • Word Counter — our sister tool for the other half of the job: word, character and reading-time counts when you are writing to a limit instead of fixing capitalisation.