Base91
basE91 is a binary-to-text encoding that uses 91 printable ASCII characters. It is more space-efficient than base64, with only ~23% overhead compared to base64's 33%. The alphabet uses all printable ASCII characters except backslash and hyphen. Useful when maximum density is needed within printable ASCII.
Learn more