Skip to main content

Title Case Converter

Convert text to Title Case instantly in your browser.

Tool workspace

Conversion runs in your browser. Nothing you paste is sent to our servers.

How it works

Paste or type text into the input. The tool splits on whitespace into words, collapses runs of spaces to a single space, and trims the ends.

Each word is lowercased, then the first character is capitalized (hello world → Hello World, HELLO → Hello). Small-word style exceptions (APA/Chicago) are not applied.

Results update as you type (light debounce) or when you press Convert. Empty input produces an empty result—no error.

Locale note: case mapping follows the JavaScript String.toLowerCase() / toUpperCase() (and UTF-8 mb_* mirrors in Domain tests).

Examples

  • hello world → Hello World
  • HELLO WORLD → Hello World
  • mixed CASE text → Mixed Case Text
  • café au lait → Café Au Lait

Privacy

Privacy: this tool processes text locally in your browser. We do not log or store what you paste. Login is not required.

FAQ

Is my text uploaded to a server?

No. Title Case conversion runs entirely in your browser. Pasted content is not sent to Nova Engine.

Do I need an account?

No. All published tools work for guests without login.

Does it leave words like “of” or “the” lowercase?

No. Every word is capitalized. APA/Chicago small-word exceptions are not applied in this tool.