Skip to content
2xKit

JWT Decoder

Decode a JSON Web Token's header and payload.

Runs in your browser

About this tool

A JWT's header and payload are Base64-encoded but not encrypted, meaning the data inside is readable by anyone with the token — decoding it is often necessary for debugging authentication issues or inspecting what claims a token actually carries. This tool decodes a JSON Web Token's header and payload, letting you inspect a token's contents directly without writing a decoding script yourself.

Frequently asked questions