Decode a JWT to inspect its JSON header, payload and UTC time claims locally. Copy each section separately. Decoding does not verify the signature, validate access or create a new token.
Only decodes, does not verify signature, issuer, audience or permissions! The examples are unsigned demos and are not available for certification. Successful decoding does not mean that the token is trustworthy.
83 / 30,000 characters
Shortcut key: Ctrl/⌘+Enter. Modifying inputs or options clears old results.
iat uses Unix seconds; displaying the time does not verify that the claim is true.
No. This page only decodes an existing JWT; it does not create or sign tokens. Reading the JSON payload does not verify the signature.
No. Anyone can construct decodable content, and this tool does not verify signatures, issuers, audiences, expiration policies, or access rights.
Split the Base64URL segment of the JWT and read the JSON, converting the common Unix seconds time field to UTC. The tool does not have the key and trusted issuer information, so it does not verify signatures and claims.
Content check:2026-09-08 · About this site and content description