Invert the case of every letter in your text — uppercase letters become lowercase and lowercase letters become uppercase. "Hello World" becomes "hELLO wORLD". Great for creative typography, mocking text effects, or testing case-insensitive string matching in code.
Enter some text and click Translate to see the result
Inverted case (or reverse case) is a text transformation in which every letter's capitalisation is flipped: upper-case letters become lower-case, and lower-case letters become upper-case. "Hello World" becomes "hELLO wORLD"; "The Quick Brown Fox" becomes "tHE qUICK bROWN fOX". The result is text that looks slightly chaotic — like someone typed it with the Caps Lock key partially stuck — but is immediately readable to anyone familiar with standard text.
Inverted case is a simple but visually distinctive transformation — one of several "case converter" tools that manipulate text capitalisation without changing the letters themselves. Unlike camelCase or snake_case (which also restructure how words are joined), inverted case simply mirrors the case state of every individual character. It serves primarily as a stylistic effect or a fun text manipulation — not a programming convention but a typographic curiosity.
The visual effect of inverted case is interesting because it simultaneously reads as familiar and wrong. The letters are all correct; the capitalisation pattern is unusual but not random. Your eye quickly adapts — inverted case is readable even if it requires slightly more processing than normally cased text. This makes it effective as a stylistic marker in situations where legibility matters but some visual distinction is desired.
The effect depends heavily on what text you start with. If you start with all lower-case text, inverted case produces ALL CAPS (identical to the upper-case converter). If you start with a normally capitalised sentence — first word capitalised, rest lower — you get a sentence that starts with a lower-case letter and has ALL CAPS for the remainder, which looks particularly unusual to the trained eye because it violates the most basic capitalisation rule of all.
The family of text case transformation tools:
| Transformation | Input | Output |
|---|---|---|
| Upper case | Hello World | HELLO WORLD |
| Lower case | Hello World | hello world |
| Inverted case | Hello World | hELLO wORLD |
| Title case | the lord of the rings | The Lord of the Rings |
| Alternating case | Hello World | hElLo WoRlD |
| Studly caps | Hello World | HeLLo WoRLD (random-seeming) |
Inverted case has several practical applications despite its primarily stylistic nature. In text processing and programming, case inversion is a useful test — applying it twice should return the original text, which makes it a good verification tool for case manipulation code. In creative writing and design, inverted case can create a visual effect of reversal or mirroring — text that looks like its own reflection.
In informal digital communication, inverted case sometimes appears as a stylistic marker — as an alternative to the "mocking SpongeBob" alternating case meme, or simply as a way to make text look unusual and attention-grabbing. It is occasionally used to quote text in a way that marks it as being presented differently from how it appears in the source. The visual distinctiveness of inverted case makes it useful any time you want text to look conspicuously different from normal.
This inverted case converter transforms your text by flipping the capitalisation of every letter — upper-case becomes lower-case, lower-case becomes upper-case — producing the characteristic inverted look that makes your text look simultaneously familiar and unusual.
Perfect for text manipulation enthusiasts, creative writers, designers, or anyone who wants to make their text look like it was typed with the Caps Lock key in a very particular state. hERE iS yOUR iNVERTED cASE cONVERTER.