LIHA Tools

Base32 Encoder & Decoder

Encode and decode padded RFC 4648 Base32 text.

Base32hex uses 0–9 and A–V. Padding affects encoded output only.

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.