Convert the number 100100112 into hexidecimal.
Write your answer in the format 0xHHHH... Where H's are hexidecimal digits. Do not include leading 0's (zeroes). Write hexidecimal digits , A-F, in capitals.
Hexadecimal Binary 0 0000 1 0001 2 0010 3 0011 4 0100 5 0101 6 0110 7 0111 8 1000 9 1001 A 1010 B 1011 C 1100 D 1101 E 1110 F 1111 using this table for converting binary to hexadecimal 10010011 => 1001 0011 1001 is 9 0011 is 3 Answer: 0x93
Get Answers For Free
Most questions answered within 1 hours.