How to use Base32
Base32 represents bytes with an uppercase alphabet that is convenient where case-insensitive text is needed. Like other bases, it is not encryption.
Create padded Base32
Choose Encode and enter UTF-8 text. Output follows RFC 4648 with uppercase letters and = padding.
Decode Base32 text
Choose Decode to restore a Base32 value. Whitespace and omitted padding are accepted when the remaining data is valid.