Skip to content
QKQuickKit日本語
EncodingLOCALRuns in your browser

Base32 Encoder / Decoder

Encode UTF-8 text to Base32 or decode Base32 locally, with the standard RFC 4648 and base32hex alphabets.

This tool handles input and primary processing in your browser and is designed not to send the input to QuickKit’s server.

Output

How it works

Base32 is an encoding, not encryption. RFC 4648 uses A–Z and 2–7; base32hex uses 0–9 and A–V. Decoding ignores spaces and hyphens and is case-insensitive. Padding with "=" is optional on encode and tolerated on decode.