JWT Decoder
Decode JWT header and payload sections so you can inspect claims without verifying the signature.
Decode JWT payloads, generate hashes, convert timestamps, test regex patterns and inspect numeric values with focused browser-based tools.
7 tools available
Decode JWT header and payload sections so you can inspect claims without verifying the signature.
Generate SHA-1, SHA-256 and SHA-512 hashes from text using the browser crypto API.
Convert Unix timestamps to readable dates and convert dates back to Unix time.
Test JavaScript regular expressions against sample text and inspect matches.
Escape special characters so literal text can be used safely inside a regular expression.
Convert numbers between decimal, binary, octal and hexadecimal.
Convert bytes, KB, MB and GB into related file size units.
Each tool has its own URL, direct controls, clear output, related tools and a short guide when extra context helps.
Formatting, converting and counting tasks run in the browser. That keeps common workflows responsive and avoids unnecessary uploads for routine text operations.