Binary Number manipulation tool

Binary, Hex, Decimal, Octal Converter. Simply enter the number and press convert;

Binary Converter



Result:

Binary: 0
Decimal: 0
Hex: 0

What is a Binary number?

Binary number is mentioned in Base 2 (Binary) numerical system — Represent any number using 2 digits [0–1]


How to convert Binary number?

Binary number is represented as;
dn-1, ..., d3, d2, d1, d0
The equivalent Decimal number is;
DECIMAL = d0*2^0 + d1*2^1 + d2*2^2 + ...


Binary Conversion Table

Binary number is represented as;


See also: