Base85 encoder

Encode text or files to Base85 for data transport, storage, and web development.

Input

Enter text to encode...

Alphabet

Base85 output

Alphabet: ASCII85

Why Base85 is used

Base85 packs four bytes into five printable characters, which makes it denser than hexadecimal while still being easy to move through logs, documents, PDF/PostScript streams, and debugging tools.

What this encoder helps with

This tool encodes text or selected files as Base85 using the ASCII85 or Z85 variant. You can switch variants before encoding, confirm which format the target system expects, and export the result without sending data to a server.

When to use it

Use it when you need a text-safe representation of binary data, want to verify whether a workflow expects ASCII85 or Z85, or need to prepare payloads for copy-paste, documentation, and offline utilities.

How to use

Enter text or choose a file, then select ASCII85 or Z85. The encoded result updates automatically and can be copied or downloaded. Z85 input must contain a multiple of four bytes.