JWT Decoder

Paste a JWT and split it into the header, payload, and signature right in the browser.

Browser-only

Paste a JWT and inspect what it contains

Bearer prefixes are accepted. This tool is for decoding only and does not verify signatures.

Decoded output

When the JWT shape is valid, each section appears in a readable form.

idle
Enter a JWT and the decoded result will appear here.

Browser-only

Generation and export both stay in the browser.

No upload

Your input is never sent to a server.

No storage

Reloading clears the input and output.