Encode / decode base32. Supports Buffers, strings, custom alphabets, abstract-encoding compliant
Base256 encoding, a.k.a. latin1 encoding, the most memory-efficient encoding possible in JavaScript.
Simple archive format that produces a base256-encoded string.
Convert any number or ASCII text to any base, using RFC4648 character set or your own custom character sets.