Encode or decode bytes with the RFC 4648 Base32 alphabet.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
Five-bit groups map to A–Z and 2–7 with padding completing eight-character quanta; decoding reverses the bit accumulator into bytes. Case and padding follow the selected mode.
Hello, World!
JBSWY3DPFQQFO33SNRSCC===
TOTP secrets, provisioning codes, and DNS-safe tokens use Base32.