JWT Decoder
Decode and inspect JSON Web Token header, payload and signature. All processing is 100% local.
Waiting for token…
Waiting for token…
Waiting for token…
How it works
Copy a JWT token (the three Base64URL parts separated by dots) and paste it into the textarea.
The tool splits the token and Base64URL-decodes each part live as you type, showing Header and Payload as formatted JSON.
Expiry (exp) and issued-at (iat) timestamps are detected automatically and shown with a validity badge.
Use the Copy button on each panel to copy the Header JSON, Payload JSON, or the raw Signature string to your clipboard.