Binary to Base32 Converter

Paste a binary string (0s and 1s) and instantly get the RFC 4648 Base32 encoded output.

Binary Input

Examples:

Base32 Output

Summary

Paste a binary string (0s and 1s) and instantly get the RFC 4648 Base32 encoded output.

How it works

  1. Enter or paste your binary string (e.g. 01001000 01100101) into the input field.
  2. The tool groups the binary digits into 5-bit chunks.
  3. Each 5-bit group maps to a character in the Base32 alphabet (A-Z, 2-7).
  4. Padding characters (=) are appended so the output length is a multiple of 8.
  5. The resulting Base32 string is displayed and ready to copy.

Use cases

Frequently Asked Questions

Related tools

Last updated: 2026-05-23 · Reviewed by Nham Vu