wire / encoding
encodings (base64, punycode …) · 6 entries
| id | title | status | v |
|---|---|---|---|
| base16 | Base16 — hexadecimal (RFC 4648 §8) | standard | ✓ |
| base32 | Base32 (RFC 4648 §6) | standard | ✓ |
| base64 | Base64 (RFC 4648 §4) | standard | ✓ |
| base64url | Base64url — URL- and filename-safe Base64 (RFC 4648 §5) | standard | ✓ |
| percent-encoding | Percent-encoding (URI percent-encoding, RFC 3986 §2) | standard | ✓ |
| punycode | Punycode (RFC 3492) — the IDNA ToASCII building block | standard | ✓ |