Base91 Encoder / Decoder
This tool can be used to transform a specified input using Base91 encoding. More.
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
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
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. |
Additional Resources
Related tools
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.