JWT Encoder
Create and sign JSON Web Tokens (JWT) instantly online. Supports HS256, HS384, and HS512 algorithms. Uses the Web Crypto API — your secret never leaves your browser.
Fill in header, payload, and secret above…
Related Tools
JWT Decoder
Decode JWT tokens instantly. Inspect header and payload client-side — your token never leaves the browser.
Unix Timestamp
Convert Unix timestamps to UTC, local time, and ISO 8601 instantly. Auto-detects seconds vs milliseconds.
Base Converter
Convert numbers between decimal, hex, binary, and octal instantly. Free and runs in your browser.
How to Use the JWT Encoder
- Edit the header and payload JSON as needed.
- Enter your secret key and choose an algorithm (HS256, HS384, or HS512).
- The signed JWT is generated instantly below, with color-coded parts.
- Click "Copy Token" to copy it to your clipboard.
Signing uses the browser's Web Crypto API — your secret never leaves your device. Intended for development and testing only.