Base32 Encoder / Decoder
Convert text to RFC 4648 Base32 and decode it back.
Convert UTF-8 text to RFC 4648 Base32 using the A-Z2-7 alphabet, and decode Base32 back to readable text.
Mode
How to use
- Choose Encode or Decode mode.
- Enter text or a Base32 string.
- Copy the converted result.
Frequently asked questions
Can decoding ignore whitespace?
Yes, spaces and line breaks are removed automatically.
Is padding required?
Encoding adds = padding; decoding accepts padded or unpadded input.
Related tools
Base64 Encoder / Decoder
Encode and decode Base64 text with UTF-8 support.
URL Encoder / Decoder
Percent-encode text and decode percent-encoded URLs.
HTML Encoder / Decoder
Escape HTML characters and decode entities back to text.
ROT13 Converter
Apply the ROT13 cipher to letters while keeping everything else unchanged.
Quoted-Printable Encoder / Decoder
Encode and decode MIME quoted-printable text.
Punycode / IDN Converter
Convert Unicode domains to punycode and decode IDN labels back.