Characters
--
Free · Instant · No signup
Invert per-character case, force title case, or alternate letter case on a block of text.
Page updated 2026-09-04.
Characters
--
'hello WORLD from Veomark Tools' inverts to 'HELLO world FROM vEOMARK tOOLS' -- every lowercase letter becomes uppercase and every uppercase letter becomes lowercase, character by character, with no other logic applied.
Notice 'Veomark' (capital V, rest lowercase) becomes 'vEOMARK' (lowercase v, rest uppercase) -- invert mode doesn't understand that 'Veomark' is a proper noun meant to stay capitalized in a particular way; it purely flips whatever case each individual character already has, regardless of grammatical or naming convention.
This makes invert mode fundamentally different from a smart capitalization mode like Title Case or Sentence case -- those modes apply a consistent target rule (capitalize first letters, for example), while invert simply reverses whatever was already there, which can produce visually unusual results on text with irregular capitalization.
Title case capitalizes the first letter of each whitespace token. Title Case mode capitalizes the first letter of every word (defined as a whitespace-separated token), which is a simple, consistent rule -- it doesn't apply linguistic exceptions like leaving short articles or prepositions ('a', 'the', 'of') in lowercase the way some formal title-casing style guides recommend for headlines.
Sentence case, by contrast, typically capitalizes only the first letter of each sentence (not every word), which requires detecting sentence boundaries rather than just whitespace -- a meaningfully different, more linguistically-aware rule than the word-by-word logic Title Case uses.
Because Title Case here treats any whitespace-separated token as a 'word,' punctuation attached to a word (like a comma or period) doesn't prevent that word's first letter from being capitalized, but the capitalization rule is still purely positional, not aware of word meaning or sentence structure.
For the full range of standard case conversions (UPPERCASE, lowercase, Title Case, Sentence case, camelCase) in one tool, the Case Converter covers a broader set of modes than this inverter alone.
If the goal is turning text into a clean, URL-safe slug rather than changing letter case, the Slugify / URL String Cleaner handles that separate transformation.
Invert mode flips every individual character's case with no awareness of proper nouns or naming conventions -- a capital V becomes lowercase v, and the following lowercase letters become uppercase, purely based on each character's existing case, not what a 'correct' capitalization would look like.
Invert reverses whatever case each character already has. Title Case applies a consistent target rule -- capitalizing the first letter of each whitespace-separated word regardless of that word's original casing -- producing a predictable, standardized result rather than a character-by-character flip.
Title case capitalizes the first letter of each whitespace token. No -- this implementation capitalizes every word's first letter uniformly, including short articles and prepositions, rather than applying the more nuanced exception rules some formal headline style guides use.
Title case capitalizes the first letter of each whitespace token. Any whitespace-separated chunk of text counts as one word for capitalization purposes -- it's a positional rule based on spaces, not a linguistic analysis of actual word boundaries or meaning.
That would be Sentence case, a separate mode from both Invert and Title Case -- it requires detecting sentence boundaries (periods, question marks) rather than just whitespace, applying capitalization once per sentence instead of once per word.
Z-Score & Normal Distribution Calculator Z-score (x-mean)/sd and an approximate left-tail percentile via an erf expansion.
3D Volume Calculator (Sphere, Cylinder, Cone, Prism) Volume for a sphere, cylinder, cone, or rectangular prism from radius, height, length, and width.
Sound Decibel & Distance Attenuation Calculator Inverse-square level at a second distance: dB2 = dB1 - 20 log10(d2/d1).
Greatest Common Divisor (GCD) & Least Common Multiple (LCM) Calculator Euclidean GCD and LCM = |A x B| / GCD for two integers.