Developer Tools
Base64 Encoder and Decoder
Encode UTF-8 text or decode Base64 and Base64URL safely.
Decode JWT headers and claims, then check common time and algorithm warnings.
JWT decoding stays in browser memory.
Inspect a compact JSON Web Token locally, format its header and payload, translate registered time claims and flag expiration, activation and unsigned-token concerns without pretending to verify its signature.
JWT decoding stays in browser memory. Entered values remain in the current page session and are not included in analytics or monitoring.
No. Anyone can encode a header and payload. Verification requires the expected algorithm, trusted key and application-specific issuer and audience rules.
No. The compact token is decoded locally and is not sent to PipFoxy.
Developer Tools
Encode UTF-8 text or decode Base64 and Base64URL safely.
Developer Tools
Validate, pretty-print, minify and sort JSON with useful errors.
Developer Tools
Find common exposed credentials and create a reviewable redacted copy locally.
Learn the difference between valid and readable JSON, decode common parser errors, and handle configuration data safely.
Convert tabular data without breaking quoted fields, losing headers, or silently changing important values.
Turn arrays of JSON objects into dependable tabular exports while handling columns, nested values, quoting and spreadsheet risks.
Private by design. The token is decoded in browser memory and is never sent to PipFoxy.
Paste a three-segment token up to 100,000 characters.
Header and payload JSON are displayed as inert text. The signature bytes are not rendered.