Binary to decimal number conversion calculator and how to convert.

 

 

Binary and Decimal System

Binary System

Binary representation is done by 0 and 1 only. They are used in computer science all the time for storing all the values in a string of binary digits of 0s and 1s. This system makes the computational problems easy solvable because in electronic systems transistor uses only these two states.

Decimal System

Decimal system claims to be the oldest system of all and historically arose from Hindu numeral system.

Decimal number system is the most common and the familiar system used by all of us.It is based on 10 of the following symbols: 0,1,2,3,4,5,6,7,8 and 9.In decimal system, every digit has its own position as well as the decimal point.

Decimal to binary conversion examples

(62)10 = (111110)2

(142)10 = (10001110)2

(4098)10 = (1000000000010)2