JWT
eyJhbGciOiJIUzI1N...
Output
Decoded Header + Payload + expiry
Developer Tools
Paste a JWT to decode Header and Payload with colored segments and highlight expiry and other key claims.
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
-
Payload 字段说明
常见 Claim 参考
iss — 签发者sub — 主题aud — 受众exp — 过期时间nbf — 生效时间iat — 签发时间jti — JWT IDalg — 算法等待输入 JWT。
JWT
eyJhbGciOiJIUzI1N...
Output
Decoded Header + Payload + expiry
No. It only decodes and displays structure. Signature verification needs a secret and belongs on the server.
Tools
Continue with another translated tool for a nearby task.
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.