An uppercase converter transforms every letter in a piece of text to its capital form. All caps text is used for emphasis, headlines, legal documents, acronyms, and design contexts where maximum visual weight is required.
Uppercase text, also called all caps or all capitals, uses the capital form of every letter in the alphabet. Numbers, punctuation, and other non-letter characters are unaffected by capitalization.
The term derives from the physical world of metal typesetting, where capital letters were stored in the upper case of a type cabinet. The term persists as the standard name for capitalized letters in typography and computing.
Uppercase text is appropriate for short, high-emphasis phrases such as warning labels, legal notices, and system alerts. It is also the standard format for acronyms and initialisms like NASA, FBI, and UNESCO.
In design contexts, all caps is frequently used for logotypes, product packaging, and display headlines where visual impact and legibility at scale are important. Experienced designers often add letter-spacing to all caps text to improve readability.
All caps text in digital communication, particularly in messages and emails, is widely interpreted as shouting. Using it for extended passages of prose is considered aggressive or rude in most online contexts.
Psychologists and typographers have found that all caps text is harder to read at length because it reduces the distinctive shape profiles of individual words. For body copy and anything longer than a few words, mixed case is almost always more legible.
Legal contracts frequently use uppercase for defined terms and critical provisions to distinguish them visually from ordinary prose. Software source code uses uppercase for constants and macros as a convention signaling that the value does not change at runtime.
These domain-specific conventions exist because uppercase creates unambiguous visual distinction. Within a document or codebase, consistent use of uppercase for special terms reduces the risk of misreading important values.