Base85 Encoder

Encode and decode Base85 (Z85) — compact 4-byte to 5-char binary text.

Ad placeholder (leaderboard)
Enjoying the tools? Go Pro for £4.99 (one-time) and remove all ads — forever, on this device. Remove ads — £4.99

Base85 (Z85) encoder and decoder

Base85 packs binary data more densely than Base64: every four bytes become five printable characters instead of Base64’s three-to-four ratio. This tool uses Z85, the ZeroMQ variant, whose 85-character alphabet avoids quotes and backslashes so the output is safe to embed in source code and config files.

Because Z85 operates on whole 4-byte groups, text whose length is not a multiple of four is padded with zero bytes (the amount is reported). Choose a direction, paste your input, and the result appears instantly — all in your browser.

Ad placeholder (rectangle)