answersLogoWhite

0

101110102 = BA16

Its the same as any other base conversion. Iteratively divide the number by the desired base, using the rules of arithmetic for the original base, until the result is zero, and then record the remainders in reverse order. In the case of conversion from base 2 to base 16, you are dividing by 100002, which is the same as shifting to the right by four until you have nothing left.

101110102 divided by 100002 = 10112 remainder 10102

10112 divided by 100002 = 02 remainder 10112

Convert 10102 to A16 and convert 10112 to B16, and reverse write as BA16.

You can also do this by inspection, by simply grouping the original binary number, 10111010, into groups of four bits, 1011, 1010, and writing down the conversion, B, A.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What's the highest decimal number that be represented with 5 binary digits?

The largest decimal number is binary 11111, which is decimal 31.


How many binary digits would be required to represent the decimal number 1000 in the binary number system?

10 digits.


How do you represent a negative number in Binary Coded Decimal?

All I know is that when a number is negative, you convert the decimal into binary and if it is negative you put 1111 before the binary digits.


What decimal number is equivalent to binary number 121?

That's not a binary number ! Binary numbers can only use the digits 1 and 0.


How many digits does it take to represent the decimal number 81 in binary?

It takes 7 digits.


What is a grouping of 8 binary digits expressed as a decimal number?

Octet


How many digits are there in the binary equivalent of 56?

56 in binary is 111000. Unlike the decimal number system where we use the digits.


What is the advantage of decimal number system to binary number system?

The decimal representation of numbers is shorter. Binary number require approx 3.3 times as many digits.


What's the largest decimal number that be represented with 5 binary digits?

It is 31.


How do you convert decimal 022 to binary?

You can look it up (00010110) or convert each numeral to binary individually. 11111111 is 255 decimal and is the largest number expressible with 8 binary digits.


How many digits does 5 bit have?

5 bits are 5 binary digits. If they represent a decimal number, then that number can be anything from zero to 31, and can have either 1 or 2 digits.


What is the largest binary number that can be obtained with 16 digits what is it's decimal equivalent?

It is 216 - 1 = 65535.