JWT Decoder
Decode JSON Web Token header & payload
Paste a JWT to instantly inspect its header and payload as readable JSON, plus the signature — all decoded in your browser.
Decoded header will appear here.Decoded payload will appear here.Signature segment will appear here.About the jwt decoder
A JSON Web Token (JWT) is a compact, URL-safe token used to transmit claims between parties — most commonly for authentication. A JWT has three Base64URL-encoded segments separated by dots: header.payload.signature.
This decoder Base64URL-decodes the header and payload segments and pretty-prints them as readable JSON so you can inspect the algorithm, token type, and any registered claims (such as iss, sub, exp, and iat) at a glance. The signature segment is shown as-is.
Important
- Decoding is not verification. This tool reads the payload but does not check the signature, so a decoded token is not proof of authenticity.
- Never paste production secrets. Although decoding happens in your browser, treat tokens as sensitive credentials.
- Timestamp claims (
exp,nbf,iat) are shown in both Unix seconds and a human-readable UTC date.
How to use the jwt decoder
Paste your JWT
Drop a token in the format header.payload.signature into the input box.
Read the decoded sections
The header and payload appear as pretty-printed JSON below, with the signature shown separately.
Copy any section
Use the Copy button next to the header, payload, or signature to copy it to your clipboard.
Frequently asked questions
Does this tool verify the JWT signature?
Why does my payload show strange characters?
What do the exp, iat, and nbf claims mean?
Is my token sent to a server?
Can a JWT have more than three segments?
Explore more utilities
More like this
- JSON Formatter & ValidatorIndent, format, and check raw JSON strings
- Base64 Encoder / DecoderConvert plain text or images to Base64 strings
- Regex TesterTest regular expressions against text in real time
- HTML / CSS MinifierStrip whitespace and line breaks to compress code
- Hash GeneratorGenerate MD5 & SHA-256 hashes from text
- UUID GeneratorGenerate RFC 4122 UUIDs (v4)
Other utilities
- Word UnscramblerFind every word from jumbled letters
- Anagram SolverFind anagrams of any word
- Word CounterCount words, characters & sentences
- Word FinderFind words matching a pattern
- Random Word GeneratorGenerate random dictionary words
- Character CounterCount characters with & without spaces
- Case ConverterConvert text to upper, lower, title & more
- Text CleanerRemove extra spaces, blank lines & junk
- Remove Duplicate LinesDelete repeated lines from any text
- Sort LinesSort lines alphabetically or numerically
- Text ReverserReverse text, words or characters
- Find & ReplaceFind and replace text with options
- Text DiffCompare two texts and highlight differences
- Slug GeneratorTurn any text into a URL-friendly slug
- Text to ListConvert text into a formatted list
- Percentage CalculatorCalculate percentages instantly
- Percentage Change CalculatorMeasure increase or decrease between values
- Discount CalculatorFind sale price & savings
- Tax CalculatorAdd or remove sales tax & VAT
- Tip CalculatorCalculate tips & gratuity
- Split Bill CalculatorSplit a bill & tip across people
- Ratio CalculatorSimplify & solve ratios
- Fraction CalculatorAdd, subtract, multiply & divide fractions
- Average CalculatorMean, median, mode & range
- Standard Deviation CalculatorVariance & standard deviation of a data set
- Age CalculatorCalculate age from any birthdate
- Date Difference CalculatorAdd to dates or find date differences
- Time Duration CalculatorCalculate time between two times
- Interest CalculatorSimple & compound interest in one tool
- Loan/EMI CalculatorMonthly EMI, interest & total payable
- Unit ConverterConvert length, weight & temperature
- Time ConverterConvert between time units
- Data Storage ConverterConvert bits, bytes, KB, MB, GB & TB
- Data Transfer ConverterConvert bit/s, Mbit/s, MB/s & GB/s
- Pressure ConverterConvert pascal, bar, psi & atm
- Energy ConverterConvert joules, calories, kWh & BTU
- Number/Base ConverterConvert binary, octal, decimal & hex
- Time Zone ConverterConvert times between world time zones
- Power ConverterConvert watts, kilowatts, horsepower & BTU/h
- Fuel Economy ConverterConvert MPG, L/100km & km/L
- Password GeneratorCreate strong, secure random passwords
- QR Code GeneratorTurn any link or text into a QR code
- Random Number GeneratorGenerate random numbers in any range
- Lorem Ipsum GeneratorGenerate placeholder Lorem Ipsum text
- Image CompressorShrink PNG, JPG & WebP files client-side
- Image Format ConverterConvert PNG ↔ JPG ↔ WebP & SVG to PNG
- Image Resizer & CropperResize & crop images to any dimensions
- Color Picker & Hex ExtractorSample colors from an image as Hex & RGB
- PDF Merger / SplitterMerge multiple PDFs or split into pages
- Background RemoverRemove image backgrounds & make them transparent
- Base64 Image Encoder / DecoderConvert images to Base64 & Base64 back to images
- BMI CalculatorCalculate Body Mass Index from height & weight
- Calorie / BMR CalculatorBMR & daily calories (Mifflin-St Jeor)
- Body Fat Percentage CalculatorEstimate body fat via the U.S. Navy method
- Water Intake CalculatorDaily water intake goal from weight & activity
- Pregnancy Due Date CalculatorEstimate your due date from LMP or conception