Hex (Base16)
Hexadecimal encoding represents each byte as two hex characters (0-9, a-f). It's the most common way to display binary data like cryptographic hashes, memory addresses, and raw byte sequences.
RFC 4648 §8
Separator
Hexadecimal encoding represents each byte as two hex characters (0-9, a-f). It's the most common way to display binary data like cryptographic hashes, memory addresses, and raw byte sequences.
RFC 4648 §8