Base64 — encode and decode
Convert text to Base64 and back. Works with Unicode (UTF-8) too. All local.
FAQ
Does it handle non-ASCII text?
Yes, we use UTF-8 encoding, so accents and emoji encode and decode correctly.
Is it safe for sensitive data?
Everything runs in your browser, nothing is sent. But Base64 is NOT encryption — it's just encoding that anyone can decode.