Base32 Encoder/Decoder

Encode text to Base32 or decode Base32 back to bytes.

About Base32 Encoder/Decoder

Base32 is often used for secrets and compact encodings (for example, TOTP seed keys). Encode UTF-8 text to Base32 or decode Base32 back into text and raw bytes.

How to use

  1. Choose Encode or Decode.
  2. Paste input text.
  3. Copy the output.

Privacy

All encoding and decoding happens locally.

Related Tools

More tools you may find useful.

Recent Blog Posts