Number Base Converter

Quick:

BinaryBase 2
0b
1111 1111

01

OctalBase 8
0o
377

0-7

DecimalBase 10

0-9

HexadecimalBase 16
0x
FF

0-9, A-F

Base-32Base 32
H7

A-Z, 2-7

Base-64Base 64
D/

A-Z, a-z, 0-9, +/

Bit Visualization · 8 bits

8-bit
1
0
1
1
1
1
1
1
1
7

Reference Table (0 – 15)

DecHexOctBin
0000000
1110001
2220010
3330011
4440100
5550101
6660110
7770111
88101000
99111001
10A121010
11B131011
12C141100
13D151101
14E161110
15F171111
Feedback