Base64 Encode / Decode
Flip between plain text and Base64. UTF-8 works fine.
What it does
Pick encode or decode, paste your input, hit the button. That's the whole thing. Non-English characters are handled normally.
When you'd use this
- Decoding something from a log file or API response.
- Quick encoding for a test or a data URI.
- Checking whether a string is valid Base64 at all.