Home Tools Base32 Encoder Decoder Tool

Base32 is a binary-to-text encoding scheme that uses a 32-character set (A-Z and 2-7) to represent binary data. It's more human-readable than Base64 and is commonly used in applications like Google Authenticator for TOTP codes and Git for short commit hashes. Our Base32 encoder and decoder tool allows you to easily convert text to Base32 format and vice versa.