Physics, asked by kannanbala60gmailcom, 9 months ago

convert (11001011)2 into hexa decimal​

Answers

Answered by Anonymous
4

Answer:

Step by step solution

Step 1: Write down the binary number:

11001011

Step 2: Group all the digits in sets of four starting from the LSB (far right). Add zeros to the left of the last digit if there aren't enough digits to make a set of four:

1100 1011

Step 3: Use the table below to convert each set of three into an hexadecimal digit:

1100 = C, 1011 = B

So, CB is is the hexadecimal equivalent to the decimal number 11001011.

To convert from binary to hexadecimal use the following table:

Bin: 0000 0001 0010 0011 0100 0101 0110 0111

Hexa: 0 1 2 3 4 5 6 7

Bin: 1000 1001 1010 1011 1100 1101 1110 1111

Hexa: 8 9 A B C D E F

Answered by noor200832
0

Hardik bro gives right answer

Similar questions