A binary number can be converted to a decimal number by multiplying the individual digits by powers of 2 starting with 0 for the rightmost digit, then by increasing the exponents by 1 each time as we move onto the left side.
So, 4E0 is the hexadecimal equivalent of decimal number 1248 (Answer). Decimal: 0 1 2 3 4 5 6 7 Hexa 0 1 2 3 4 5 6 7 Decimal: 8 9 10 11 12 13 14 15 Hexa 8 9 A B C D E F Site map Conversion to other bases Binary: Quaternary: Octal: Decimal: Hexadecimal: ...