Decode and inspect JSON Web Tokens (JWT) online. View header, payload, signature and expiration. Free JWT decoder and debugger.
—
—
Signature verification requires the secret key (not done client-side for security).
Decode and inspect JSON Web Tokens (JWT) directly in your browser. View the header, payload and signature. Check token expiration and claims.
JSON Web Tokens (JWT) are compact, URL-safe tokens used for securely transmitting information between parties. They consist of three Base64URL-encoded parts: header, payload, and signature.
Encode text to Base32 (RFC 4648) and decode Base32 to text, with UTF-8 support. All in the browser.
developerEncode text to Base64 or decode Base64 to text online. Supports UTF-8. Free Base64 converter tool.
developerPerform arithmetic on binary numbers: add, subtract, multiply, divide. Convert results between bases.
developerCalculate Unix file permissions. Convert between symbolic (rwxr-xr-x) and numeric (755) chmod notation. Free chmod permission calculator.
developer