Encoding & Security

JWT Decoder

Inspect the header, payload and expiry of a JSON Web Token.
Decoding is not verification
This tool reads the token, it does not check the signature. Never trust a JWT's contents without verifying it against the issuer's key on your server.

Related tools

Encode text to Base64 and decode it back, with full Unicode support.
Encoding & Security
Convert any file into a Base64 data URL you can paste inline.
Encoding & Security
Percent-encode and decode URLs and query string components.
Encoding & Security
Compute SHA-1, SHA-256, SHA-384 and SHA-512 hashes of text or files.
Encoding & Security