JWT
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjMiLCJuYW1lIjoiVVVVUCIsImlhdCI6MTUxNjIzOTAyMn0.signature
Payload summary
{"sub":"123","name":"UUUP","iat":1516239022}Encoding & Decoding
Decode a JWT locally to show Header, Payload, and Signature, with algorithm and expiry hints. Useful for auth debugging. The token is not uploaded.
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.
编码加解码
结构分段
Header
-
Payload
-
Signature
-
⚠️ 仅解码,不验证签名
JWT
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjMiLCJuYW1lIjoiVVVVUCIsImlhdCI6MTUxNjIzOTAyMn0.signature
Payload summary
{"sub":"123","name":"UUUP","iat":1516239022}No. It only Base64URL-decodes and displays structure locally. It does not prove the token is authentic or untampered.
If the Payload includes exp, the page compares it with the current browser time. Without exp, expiry cannot be judged.
Tools
Continue with another translated tool for a nearby task.
JWT Payload Viewer
Decode JWTs locally into readable Header and Payload JSON. Tokens never leave the browser.
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.
JSON Formatter
Format, minify, sort, and validate JSON in your browser. Parsing errors include location details, and your data never leaves the page.