Base85 Encoder/Decoder
Base85/ASCII85 encoder and decoder with z compression and <~ ~> format.
Input
Format:
0 characters
Output
Format:
0 characters
About This Tool
Base85 (also known as ASCII85) encodes binary data into printable characters and is commonly used in PostScript and PDF workflows. This tool converts between text, hex, and Base85, supports z zero-compression and optional <~ ~> delimiters, and can ignore whitespace for multi-line inputs. Everything runs locally in your browser, ideal for developer debugging and data transport.
Features
- 🔤 Text and hex input support
- 🧩 Bidirectional Base85 encode/decode
- 🧯 Supports z zero-compression
- 🧷 Optional <~ ~> delimiters
- 🧹 Ignore whitespace for multi-line input
- 🔒 Local processing, no uploads