Binary to Base 32 Converter
Convert Binary (Base 2) to Base 32 (Base 32) instantly. Enter any Binary value to get the Base 32 equivalent.
Binary to Base 32
6 units
—
Common Numbers Conversions
Binary to Base 32 Conversion Table
| Binary (Base 2) | Base 32 (Base 32) |
|---|---|
| 0 | 0 |
| 1 | 1 |
| 10 | 2 |
| 11 | 3 |
| 100 | 4 |
| 101 | 5 |
| 1000 | 8 |
| 1010 | A |
| 1111 | F |
| 10000 | G |
| 100000 | 10 |
| 1000000 | 20 |
| 1100100 | 34 |
| 10000000 | 40 |
| 11111111 | 7V |
| 1000000000 | G0 |
| 1111101000 | V8 |
| 10000000000 | 100 |
| 111111111111 | 3VV |
| 1111111111111111 | 1VVV |
How to Convert Binary to Base 32
To convert from Binary (base 2) to Base 32 (base 32), express the integer value using the digits available in the target base. For example, decimal 255 is 11111111 in Binary and 7V in Base 32.
Use the converter above — type any Binary value to instantly see its Base 32 equivalent. Convert Base 32 → Binary instead →
Frequently Asked Questions
Q
How do I convert Binary to Base 32?
Interpret the Binary (base 2) number as an integer, then express it in base 32. For example, the Binary value FF equals 255 in decimal, which is 7V in Base 32.
Q
What is 255 in Base 32?
255 in decimal = 7V in Base 32.
About These Units
Binary
Base 2
A positional numeral system with base 2. Uses 2 distinct digits (0–1).
Base 32
Base 32
A positional numeral system with base 32. Uses 32 distinct digits (0–9 + A–V).