Encoders / Decoders
Transforms data between different encoded representations like encoding text to Base64, decoding URL-encoded strings, converting HTML entities, or transforming between binary and hex formats
Transforms data between different encoded representations like encoding text to Base64, decoding URL-encoded strings, converting HTML entities, or transforming between binary and hex formats
Percent-encode text for safe, valid URLs and query strings.
Decode Base64 strings back to plain text instantly in your browser.
Encode any file into a copyable Base64 string.
Decode percent-encoded URLs back to readable text instantly.
Turn Base64 text back into a real downloadable file.
Turn text and data into Base64 strings instantly in your browser.
Decode and inspect JWT header, payload, and claims