OS Garage

Basic Case Tool

Inverse Case Converter

Flip the case of every character — uppercase becomes lowercase and vice versa.

Features

One-to-One Case Swap

Every single character's case is flipped — no letters are left unchanged.

Non-Destructive

Applying inverse case twice returns the original text exactly.

Unicode Aware

Handles international characters with case pairs, like é↔É and ü↔Ü.

How to Use

  1. 1

    Paste your text

    Enter text with any casing — it works from any starting state.

  2. 2

    View the inverted output

    Every uppercase letter becomes lowercase and vice versa, shown instantly.

  3. 3

    Copy the result

    Click Copy or Ctrl+Shift+C to save the result to clipboard.

Examples

Mixed input

Input

Hello World

Output

hELLO wORLD

From CAPS LOCK

Input

I ACCIDENTALLY HIT CAPS LOCK.

Output

i accidentally hit caps lock.

Common Questions

Toggle case, swap case, and inverse case all refer to the same operation: flipping every letter's case individually.

Yes. Inverse case is its own inverse — applying it twice always returns the original text exactly.