Base32 Encoder/Decoder

Encode and decode Base32 text and files.

What Base32 Encoder/Decoder helps you do

Encode and decode Base32 text using the RFC 4648 alphabet common in OTP secrets, some DNS records, and legacy binary-to-text pipelines. Padding and case handling follow the tool's on-page options.

Encoding and decoding run entirely in your browser. Input is not uploaded to Haivix.

How to use Base32 Encoder/Decoder

  1. Enter plain text to encode or a Base32 string to decode.
  2. Choose padding behavior if offered, then copy the output for configs or tests.

When to use it

  • Format TOTP shared secrets for authenticator app setup docs.
  • Translate Base32 test fixtures when validating codec implementations.
  • Recover binary data from Base32 logs without command-line utilities.

Frequently Asked Questions