Data Formats
Base64 converter
Encode UTF-8 text as base64 and decode base64 payloads back into plain text in the browser.
This panel treats the input as UTF-8 text before converting it to base64.
Whitespace is ignored during decoding so wrapped payloads still work.
Status
Inputs are ready. Encode plain text or decode base64 in either direction.