Convert any text to UPPERCASE instantly. Useful for headlines, acronyms, and emphasis.
Example:Hello world → HELLO WORLD
UPPERCASE — also called all caps — converts every letter to its capital form. It's used for headlines, signage, acronyms, emphasis, and any context where you want maximum visual weight.
Our converter uses JavaScript's locale-aware toLocaleUpperCase() method, so accents, umlauts, and special characters convert correctly. Unicode-aware: handles Cyrillic, Greek, German ß (which capitalises to SS or to the rare ẞ depending on context), Turkish dotted/dotless I, and accented Latin letters consistently.
Use cases
Headlines and titles
Big bold UPPERCASE titles compress meaning into a small visual footprint. Movie posters, magazine covers, news headlines all use uppercase for impact.
Acronyms and initialisms
NASA, NATO, USA, NBA — initialisms are conventionally written entirely in uppercase. Our converter is the fastest way to enforce that style across a draft.
Code constants
Most programming languages use UPPERCASE_WITH_UNDERSCORES for constants and environment variables (POSIX requires uppercase for env vars). Use our CONSTANT_CASE converter for snake-cased uppercase.
Form labels in legal contexts
Some legal forms require fields to be filled in BLOCK CAPITALS for legibility. Our tool produces this in seconds for any pasted text.
Emphasis (sparingly)
UPPERCASE in body copy reads as shouting. Use it for individual words or short phrases for emphasis, not for entire sentences.
By default, ß capitalises to SS (the historical convention). Modern Unicode includes a capital ß (ẞ, U+1E9E) introduced in 2017, but most software still defaults to SS. Edit by hand if you want ẞ.
What happens with Turkish dotted/dotless I?
If you set the locale to Turkish, lowercase "i" capitalises to "İ" (with dot) and "ı" capitalises to "I" (no dot). In our default locale, both go to plain "I". For Turkish content, copy the text into a Turkish-language editor for correct case.
Why is uppercase used for shouting?
Convention. Telegraphs and early teleprinters had only uppercase, so all-caps was neutral. As lowercase became the norm in the 20th century, all-caps started to feel emphatic. By the early internet (1980s–90s), all-caps was firmly established as "shouting".
Should I use UPPERCASE in headlines?
Increasingly, no. Modern editorial style trends toward sentence case for headlines because it reads as more conversational. UPPERCASE remains common in advertising, sports headlines, and luxury branding.
Embed our tools on your website
Free for any site. No signup. Iframe loads from our servers and stays up-to-date automatically.