Inverse Case Converter — Flip the Case of Every Letter Online
What is iNVERSE cASE?
Inverse case (also called reverse case or toggle case) flips the capitalisation of every letter in your text. Uppercase letters become lowercase, and lowercase letters become uppercase. Anything that isn't a letter, like numbers, spaces, and punctuation, stays unchanged.
The result is a direct mirror of your original capitalisation. If your input was "Hello World" (capital H, capital W), the output is "hELLO wORLD": everything that was uppercase is now lowercase, and everything lowercase is now uppercase.
That's what separates it from alternating case, which forces a fixed pattern no matter what you type. Inverse case depends entirely on the capitals already in your text, flipping each letter one for one.
Example
| Input | Output (iNVERSE cASE) |
|---|---|
| Hello World | hELLO wORLD |
How to Convert to iNVERSE cASE
- Enter your text in the text area above.
- Click the iNVERSE cASE button.
- Copy or download your inverted text.
The conversion is instant and reversible: applying inverse case twice returns your text to its original state.
When to Use iNVERSE cASE
Inverse case is most useful when you want to toggle the capitalisation of existing text without applying a new pattern. If someone sends you text in a strange mixed-case format and you want to flip it, this is the tool. It also shows up in design work for visual contrast, and in some data-processing tasks where you need to swap case programmatically.
Interestingly, inverse case is its own inverse: run it twice and you get the original text back.
Common Use Cases for iNVERSE cASE
- Flipping mixed-case text for visual effect
- Creative typography and design work
- Reversing an accidental case transformation
- Generating visually distinctive usernames or handles
- Text art and creative writing
Frequently Asked Questions
What is inverse case?
Inverse case flips the capitalisation of every letter: uppercase letters become lowercase, and lowercase letters become uppercase. Non-alphabetic characters are unchanged.
What is the difference between inverse case and alternating case?
Inverse case depends on your original text: it flips whatever case each letter already has. Alternating case applies a fixed pattern (lowercase-uppercase-lowercase...) regardless of the original input.
Can I reverse an inverse case conversion?
Yes. Applying inverse case twice returns the text to its original state, since inverting an inversion restores the original.