How a string of bytes is encoded for transport.
Hexadecimal encoding (two characters per byte).
Base58 encoding, the standard for Solana addresses.
Base64 encoding (RFC 4648).
UTF-8 text encoding.
How a string of bytes is encoded for transport.