answersLogoWhite

0


Best Answer

You don't use binary because it's very hard reading a bunch of zeros and ones.

You use hexa because each hexa digit corresponds to 4 bits, this makes it very easy to convert from hexa do binary and vice versa.

For a similar reason you use octal because each digit corresponds to 3 binary digits.

Example:

0101 10102

Has 8 binary digits so it will be 2 hexa digits:

01012 = 516 , 10102 = A16

So the full number will be:

0101 10102 = 5A16

This works for hexa and octal because 16 and 8 are powers of 2, it would also work for 4, 32, 64 or any other ower of 2 . Since 10 for decimal notation is not a power of 2 converting from binary is not so direct.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: If computer use Binary number so why you use binary to hexa decimal or binary to octal?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the binary of decimal number for 123?

decimal [ 123 ] = binary [ | | | | 0 | | ]


What is the decimal number 11 in binary?

Decimal 11 = binary 1011


What is the binary number for decimal 245?

The binary equivalent of the decimal number 245 is 11110101.


Express the decimal number 57 in binary?

The binary value of the decimal number 57 (fifty seven) is 00111001According to three different decimal to binary converters I tried, the decimal number 57 is expressed in binary as 111001. Being able to convert to binary is important because binary is what computers work in.


What is 1101 in binary form?

If 1101 is a decimal number, then its binary equivalent is 10001001101. If 1101 is a binary number, then its decimal equivalent is 13.


What is the binary number for the decimal number 134?

The binary number for the decimal 134 is calculated as 128+4+2=10000110. The binary number system is used internally on almost all computers and computer based devices like cell phones.


What is the decimal number of the binary number 13 in the OCT counting system?

There is no decimal number for the binary number 13 because 13 cannot be a binary number.


What is the binary number for the decimal number 101?

The decimal number 101 is represented by the binary number 1100101.


What decimal number is represented by the binary number?

Every decimal number can be represented by a binary number - and conversely.


What decimal number is 110 squared in binary?

If 110 is binary, and you want the answer in decimal form,110 in binary = 6 in decimal, so binary 1102 = decimal 62 = 36If 110 is decimal, and you want the answer in binary form,Decimal 1102 = 12100; decimal 12100 in binary is 10111101000100


What is decimal value of binary number 100?

Binary 100 is 4 in decimal.


What is the binary equivalent of the decimal number 131?

The binary equivalent of the decimal number 131 is 10000011.