Base32 is a notation for encoding arbitrary byte data using a restricted set of symbols that can be conveniently used by humans and processed by computers. The symbols are a subset of ASCII and include only uppercase letters and numbers.
This encoder uses the standard Base32 alphabet: ABCDEFGHIJKLMNOPQRSTUVWXYZ234567