Number Base Converter

Convert numbers between Binary, Octal, Decimal, and Hexadecimal.

Decimal (Base 10)
Binary (Base 2)
0b
Octal (Base 8)
0o
Hexadecimal (Base 16)
0x

About this Tool

Number systems define how we represent values. The most common is Decimal (base 10), which uses digits 0-9. In computing, Binary (base 2), Octal (base 8), and Hexadecimal (base 16) are essential because they map perfectly to how computers store and process data in bits and bytes.

Frequently Asked Questions