JWT
eyJhbGci….eyJzdWIi….xxx
Payload
{ "sub": "1234" }Developer Tools
Decode JWTs locally into readable Header and Payload JSON. Tokens never leave the browser.
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.
开发工具
JWT
eyJhbGci….eyJzdWIi….xxx
Payload
{ "sub": "1234" }No. It only Base64Url-decodes; signature verification belongs on the server with the secret or public key.
No. Parsing runs locally and exports omit the full token, payload, and signature.
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 Decoder
Decode JWT structure into formatted Header and Payload JSON with algorithm and expiry hints. Does not verify signatures; all processing stays local.
Base64 Encode/Decode
Encode and decode Base64 in the browser, with standard and URL-safe variants, automatic direction detection, and optional file-to-Base64 conversion. Useful for API debugging and local data prep.