Base64 Decoder
Paste a Base64 string and decode it back to plain text. Automatically detects and highlights JSON and XML output.
The Base64 Decoder takes any Base64-encoded string and converts it back to its original form — plain text, JSON, or XML.
After decoding, the tool automatically detects the content type. JSON is rendered as an interactive tree view and XML is formatted with full syntax colouring so you can read the structure at a glance.
All processing happens entirely in your browser — nothing is sent to any server.
- 1Decoding JWT payloads stored as Base64
- 2Inspecting Base64-encoded API responses
- 3Reading config or environment variables encoded in Base64
- 4Decoding Base64 XML from SOAP or SAML responses
Related Tools
JSON Formatter
Format, validate and beautify JSON data instantly online.
Base64 Encoder
Encode plain text to Base64 instantly in your browser. Free and private.
Decode Gzip Base64
Decode and decompress Gzip-compressed Base64 strings instantly in your browser. Supports URL-safe Base64, data URIs, and JSON output.
Compress Gzip Base64
GZIP-compress any text or JSON and encode the result as Base64 instantly in your browser. Supports compression levels, URL-safe output, and size stats.
