Base91 Encoder / Decoder

This tool can be used to transform a specified input using Base91 encoding. More.

| Encode

This is a client-side utility. Your data will NOT leave your own browser.
Copy shareable link is limited to 5,000 characters as it uses a client-side feature.

Page link

https://www.text-utils.com/base91-encoder/

How it works?

Base91 Encoder / Decoder online: This tool can be used to transform a specified input using Base91 encoding.

See the examples of usage below.

Examples

Text Input
Base91 Sample Input Text
Base91 Encoded Output
xD7ghoHB57;#{x8j9Z#J2]yC/7d?KF

More information

Base91 is a binary-to-text encoding scheme that represents binary data using 91 printable ASCII characters. It was designed to be more space-efficient than Base64 encoding, typically producing shorter output strings for the same input data.

Base91 uses a 91-character alphabet consisting of uppercase letters (A-Z), lowercase letters (a-z), digits (0-9), and various symbols (!#$%&()*+,-./:;<=>?@[]^_`{}~). The encoding process uses variable-length encoding to efficiently represent binary data, making it particularly useful when storage space or transmission bandwidth is a concern.

Looking for something else?

In case you are looking for something else than this functionality, please let us know by contacting us. The most common requests will be made available (for free) once possible.