Invalid JWT
This has only one segment.
eyJhbGciOiJIUzI1NiJ9Output
Missing payload segmentPrivate / No Upload
A JWT should usually contain three dot-separated segments: header, payload, and signature. Decode errors often come from missing segments or malformed Base64URL text.
Runs in your browser
HappyFormatter tools process pasted snippets client-side for quick, privacy-first developer workflows.
No upload
HappyFormatter tools process pasted snippets client-side for quick, privacy-first developer workflows.
No account
HappyFormatter tools process pasted snippets client-side for quick, privacy-first developer workflows.
Invalid JWT
This has only one segment.
eyJhbGciOiJIUzI1NiJ9Output
Missing payload segmentJWT shape
A signed JWT has header, payload, and signature segments.
header.payload.signatureOutput
Three segmentsDecode JWTs locally.
Related toolInspect encoded segments.
ToolFollow a safe JWT inspection workflow.
Guide