Cryptology Engine

Base32 Encode

Encode/Decode text using BASE32

Operations - Base32

Switch between Encode and Decode

Text
Encoded Data
About - Base32 Encode

Base32 Encoding, a method used to convert binary data to ASCII characters.

  • Use Cases: Domain names, file names, case-insensitive encoding
  • Character Set: A-Z, 2-7 (total 32 characters, case-insensitive)
  • Padding: Padding is done with = sign
  • Feature: Longer than Base64 but case-insensitive
  • Standard: RFC 4648