Base32 Encode/Decode
Convert between text and Base32
Base32 encodes binary with 32 case-insensitive characters. It is ~25% longer than Base64 but survives transcription, dictation and DNS labels — hence its use in TOTP secrets.
All processing happens locally in your browser. Your data is never uploaded to a server.