What Is Text to Base32 Encoding?
Text to Base32 encoding converts the UTF-8 bytes of a text string into a representation that uses a limited set of printable characters. The standard alphabet used by this converter contains the uppercase letters A through Z and the digits 2 through 7.
Why Does Base32 Use Only 32 Symbols?
Each Base32 character represents five bits of data. Because five binary bits can represent 32 different values, the encoding alphabet contains exactly 32 symbols.
What Does the = Symbol Mean?
Padding characters can be added to the end of Base32 output so the encoded length reaches a complete eight-character block. This converter lets you include or remove that padding without changing the underlying input text.