# Inverse Case Converter

Swap the case of each letter. Uppercase becomes lowercase and vice versa.

Live page: [https://freetoolsfr.com/inverse-case](https://freetoolsfr.com/inverse-case)

Inverse case flips the case of every letter individually: whatever was uppercase becomes lowercase, and whatever was lowercase becomes uppercase. Feed it 'Hello World' and it returns 'hELLO wORLD'; feed it 'iPhone' and you get 'IpHONE.' Sometimes called toggle case, it's the one transformation that works on the existing mix rather than flattening everything to a single case. The most common real reason people reach for it is the classic caps-lock-was-on-by-accident situation, where you meant 'The Quick Brown Fox' but got 'tHE qUICK bROWN fOX' — inverting puts it right in one step instead of retyping. It's also a quick way to produce stylized, off-kilter text for usernames or captions where you want something that looks scrambled but is still readable. The converter applies the flip live as you type, leaves numbers and symbols untouched, runs entirely in your browser, and copies the result with a single click.

## How it works

1. **Paste Text** — Enter or paste the text you want to convert
2. **Choose Case** — Select from lowercase, UPPERCASE, Title Case, and more
3. **Copy Result** — Copy the converted text with one click

## Use cases

- **Reversing Caps Lock Slips**: Fix text where every capital and lowercase landed backwards
- **Stylized Usernames**: Create off-kilter but legible handles and display names
- **Quirky Captions**: Add an odd, attention-grabbing look to a short post or caption
- **Case Experiments**: Quickly see how a phrase reads with its capitalization flipped

## Tips

- **The Caps-Lock Rescue**: Typed a sentence with caps lock inverted from what you wanted? One inverse pass swaps it all back instead of retyping.
- **Toggle, Not Flatten**: Inverse case keeps a mix of cases — it swaps each letter — unlike UPPERCASE or lowercase, which push everything one way.
- **Quick Stylized Handles**: Invert a normal phrase to get scrambled-looking but readable text for a username or bio line.
- **Run It Twice to Undo**: Inverting the same text a second time returns it to the original casing, which makes it easy to preview and revert.

## FAQ

### What does inverse case actually do?

It swaps the case of each letter individually — uppercase becomes lowercase and lowercase becomes uppercase — so 'Mixed Case' becomes 'mIXED cASE'.

### Is inverse case the same as toggle case?

Yes, the two names refer to the same operation: flipping the case of every letter rather than forcing everything one direction.

### How do I undo an inversion?

Run the inverted text through inverse case once more and it returns to its original casing, since flipping twice cancels out.

### Does it touch numbers or punctuation?

No. Only letters are flipped. Digits, spaces, and symbols pass through unchanged.

## Problems solved

- Caps lock that landed backwards
- Retyping to fix swapped capitals
- Creating stylized scrambled text
- Previewing flipped capitalization

## Stats

- **Per letter** case flipped
- **Reversible** run twice to undo
- **Instant** in-browser

## Tool

This page is powered by the [case-converter](https://freetoolsfr.com/text/case) tool.

## Related

- [sentence-case](https://freetoolsfr.com/sentence-case)
- [lower-case](https://freetoolsfr.com/lower-case)
- [upper-case](https://freetoolsfr.com/upper-case)
- [capitalized-case](https://freetoolsfr.com/capitalized-case)
- [title-case](https://freetoolsfr.com/title-case)
- [alternating-case](https://freetoolsfr.com/alternating-case)

---

Source: https://freetoolsfr.com/inverse-case
Site: https://freetoolsfr.com
