JWT
eyJ...
Payload
{"sub":"123","exp":...}Developer Tools
Decode JWT header and payload locally in your browser (iat, exp, sub, etc.) without uploading tokens. Signature is not verified—use for inspection only.
Favorite this tool
No favorite storage mode has been selected.
Quick actions
Copy this tool URL or open the system share sheet on a supported device.
开发工具
Decode JWT header and payload locally in your browser (iat, exp, sub, etc.) without uploading tokens. Signature is not verified—use for inspection only.
JWT
eyJ...
Payload
{"sub":"123","exp":...}No. Decoding runs entirely in your browser.
No. It Base64Url-decodes header and payload only; use a verifier tool for crypto checks.
Tools
Continue with another translated tool for a nearby task.
JWT Decoder
Decode a JWT locally to show Header, Payload, and Signature, with algorithm and expiry hints. Useful for auth debugging. The token is not uploaded.
JWT Payload Viewer
Decode JWTs locally into readable Header and Payload JSON. Tokens never leave the browser.
JWT Decoder
Decode JWT structure into formatted Header and Payload JSON with algorithm and expiry hints. Does not verify signatures; all processing stays local.