JWT decoder is a browser-based inspection tool for JSON Web Tokens that decodes the header, payload, and expiry claims entirely client-side. All inspection runs in your browser, paste any token starting with "ey" and see all claims formatted instantly.
VIEW
Direct links for each decoder view.
atob and parsed via JSON.parse. UTF-8 handling uses percent-encoded byte expansion to preserve non-ASCII claims.atob and JSON.parse. No external library.Reviewed and tested May 25, 2026.