A Base32 decoder converts Base32-encoded strings back to their original binary or text data. Base32 represents every 5 bits of binary as one of 32 printable characters (A-Z, 2-7), making it safe for case-insensitive systems and human-readable identifiers. It's widely used in TOTP authenticator secrets, IPFS CIDs, and Tor v3 addresses.

Base32 Input