Binary Converters

First up all what is binary number System?So,it is an number System with a radix 2.As most modern computer systems use the binary logic for their operation. A computer cannot operate on the decimal number system.A binary number system uses only two digits namely 0 and 1.So,we can convert these to decimal,hexadecimal and octal number system.That you can see in below..


Binary to Decimal

how can one convert binary number to decimal manually?First up all, one has to write down weights corresponding to different positions then multiply each digit in given number with corresponding weight to obtain product numbers and then add all the product numbers to get decimal equivalent. But,stil most humans only knows decimal number.So,it is necessary to have an software which can convert longest binary number to respective decimal number .So,calcont have that in which you have to just enter binary number in below and click to convert..


Binary to Octal

how can one convert binary number to octal manually?First up all one has to write down weights corresponding to different positions then multiply each digit in given number with corresponding weight to obtain product numbers and then add all the product numbers to get octal equivalent. But,stil it is necessary to have an software which can convert longest bytes to respective octal number .So,calcont have that in which you have to just enter binary number in below and click to convert..


Binary to Hexadecimal

how can one convert binary number to hexadecimal manually?First up all one has to write down weights corresponding to different positions then multiply each digit in given number with corresponding weight to obtain product numbers and then add all the product numbers to get hexadecimal equivalent. But,stil it is necessary to have an software which can convert longest bytes to respective hexadecimal number .So,calcont have that in which you have to just enter binary number in below and click to convert..