Skip to main content

JWT Decoder

Decode and inspect JSON Web Tokens. Verify signatures with HS256, RS256, or ES256.

Decoded entirely in your browser — nothing is sent anywhere. Treat a live JWT like a password.

Shareable URL: your token is encoded in the page URL. Anyone with the link can read the token.

Frequently asked questions