Base64 Encode / Decode
Encode text to Base64 or decode Base64 back to plain text.
Decode JSON Web Token headers and payloads.
A JWT is a compact token that holds JSON-formatted claims. It is widely used for authentication and information exchange. A token consists of three Base64URL-encoded sections separated by dots: Header, Payload, and Signature.
No. This tool only decodes and displays the contents. Signature verification is not supported.
Yes. Decoding happens entirely in your browser and nothing is sent to a server.