Encode or decode using the RFC 4648 Base32 alphabet. Ideal for URL-safe data handling.
Base32 is an encoding scheme defined in RFC 4648 that represents binary data using 32 ASCII characters (A–Z and 2–7). It produces output that is case-insensitive and avoids characters that are visually ambiguous (like 0/O or 1/l), making it ideal for human-readable tokens.
Base32 output is ~60% larger than the original data. It is commonly used in TOTP authentication codes (Google Authenticator), DNS-safe encoding, and file sharing systems.
All processing happens in your browser — no data is uploaded.