How to use
Encode and decode UTF-8 text as Base64 without leaving your browser.
Turn text into Base64 for a data URL, a JWT payload, or a config file, or turn Base64 back into text. Non-ASCII characters are encoded as UTF-8 first so nothing is mangled. Decoded output is always shown as plain text and is never rendered as HTML.