1. Encode hexadecimal bytes with Z85
DeveloperBackground
A developer has a four-byte hexadecimal value and needs its representation in the ZeroMQ Z85 alphabet.
Problem
The hexadecimal bytes must be converted without confusing Z85 with another Base85 variant.
How to use
Enter `00010203`, choose Encode, select Z85 (ZeroMQ), set Input Encoding to Hex and Output Encoding to UTF-8, and keep Strict Block Length enabled.
Input: 00010203; Operation: Encode; Variant: Z85 (ZeroMQ); Input Encoding: Hex; Output Encoding: UTF-8; Batch Mode: Single value; Strict Block Length: enabledOutcome
The tool returns the Z85-encoded text for the four input bytes.