Base32 Decode
Encode/Decode text using BASE32
Encoded Data
Decoded Data
About - Base32 Decode
Base32 Decoding, converts ASCII characters in Base32 format back to original binary data.
- Use Cases: Base32 encoded data decoding, domain name decoding
- Character Set: A-Z, 2-7 and = (padding), case-insensitive
- Error Handling: Invalid Base32 format produces error
- Feature: Performs the reverse operation of encoding
- Standard: RFC 4648