Runs entirely in your browser. Nothing is uploaded.
Tip: Paste text, toggle URL-safe if needed, then Encode/Decode.
Encode: String ➜ Base64 UTF-8 safe
Decode: Base64 ➜ String UTF-8 safe
Replaces “-”→“+”, “_”→“/” and auto-pads to length % 4 = 0.

Quick Utilities
“Swap” moves Encoder output into Decoder input (and vice-versa).