Z85 Encoder
Enter text to encode it as a Z85 (ZeroMQ base-85) string.
Result
How to use
- Enter your values in the fields above.
- Press Calculate to see your result instantly.
- Use the Share button to copy a link to your result.
About this calculator
Z85 is the base-85 binary-to-text encoding defined by the ZeroMQ project's ZMTP/spec:32 specification, designed to pack binary data into printable ASCII more densely than base64: base64 expands data by roughly 33%, while Z85's 85-symbol alphabet expands it by only 25%, encoding every 4 bytes of input into exactly 5 output characters.
Because that 4-byte grouping is fixed, Z85 requires the input length to be a multiple of 4 bytes, so encoders zero-pad shorter inputs before converting. Z85 is best known as the encoding ZeroMQ itself uses for its CURVE security public and secret keys, making them safe to print, log, or paste as plain text.
Was this helpful?
Popular calculators
Loan Calculator
Monthly payment, total interest and full amortization schedule.
Percentage Calculator
Percent change, percent of, and ratio calculations.
Discount Calculator
Calculate final price, savings, and discount amount.
BMI Calculator
Body mass index from height and weight (metric or imperial).
Age Calculator
Compute your exact age in years, months and days from a birth date.
Compound Interest Calculator
Calculate the final amount and interest earned with compounding.
All Calculators
No calculators found
Comments (0)