Encoding Guides
Guides for Base64 and base64url, URL and HTML contexts, Unicode representations, text notation, and JWT trust boundaries.
Guides In This Topic
Identify the byte, character, parser, or security boundary before encoding or decoding a value.
Popular Encoding Tools Tools
When you already know the exact task, move from these support pages into the direct conversion or formatting tools.
EncodingBase64 Encode
Encode UTF-8 bytes as standard Base64 or unpadded base64url.
EncodingBase64 Decode
Decode a declared Base64 alphabet into strict UTF-8 text or hexadecimal bytes.
EncodingURL Encode
Encode one URI-component or form value with explicit space and plus rules.
EncodingURL Decode
Decode one percent-encoding layer under component or form semantics.
EncodingHTML Entity Encode
Encode five HTML-sensitive characters under a deterministic one-pass profile.
EncodingJWT Decode
Inspect JWS parts or identify JWE while keeping every decoded claim unverified.