Base85 Encode / Decode

Base85 packs four bytes into five characters, making it more compact than Base64. This tool supports common variants such as Ascii85 and the IPv6 RFC 1924 form.

Contents

Key Features

Use Cases

How to Use

  1. Choose the variant
  2. Paste the input
  3. Convert
  4. Copy the output

Practical Tips

FAQ

When use Base85?
When you need denser encoding than Base64 in a compatible system.
Is it safe?
It is encoding, not encryption; data is not secret.
← Back to Guides