Base64 Encoder / Decoder
Free Base64 encode/decode tool with UTF-8-safe handling in your browser. Useful for tokens, email attachment headers, and API payload debugging.
Input
Adjust options and run the tool.
Result
Your output appears here.
How it works
- Uses btoa/atob with TextEncoder for UTF-8 safety.
- All conversion happens locally in your browser.
About this tool
Base64 encode and decode
UTF-8 safe Base64 encode/decode for tokens, email attachment headers, and API payloads. Fully local with zero network requests.
Use cases
Debug JWT fragments (mind Base64URL differences), inspect MIME snippets, prepare query values. For percent-encoding of URLs, use the URL encoder.
Related tools
Free URL percent-encode and decode with zero network requests. Ideal for query strings, callbacks, redirects, and temporary-email verification links.
Free online JSON formatter and validator: pretty-print, minify, and check syntax locally — perfect for API debugging and config cleanup.