Base32 Encode / Decode
Encode or decode data in Base32 format
Encode data to Base32 or decode Base32 strings back to plaintext. Base32 uses the characters A-Z and 2-7 with padding. Commonly used in TOTP secrets, Tor hidden service addresses, and various encoding schemes where case-insensitive encoding is needed.
Base32 Encode / Decode