Encoding Utility
JWT Decoder
Decode a JSON Web Token header and payload locally in your browser. Inspect claims, expiration timestamps, and Base64URL segments without sending the token to a server.
Decoding a JWT is not authentication. A decoded token can be expired, forged, or unsigned unless your application verifies the signature with the correct key.
Detailed guide
Need the assumptions, examples, and troubleshooting?
The calculator stays focused here. The supporting reference has moved to its own page.
Read the JWT Decoder guide