The representation of a number to base 16. In this system, 0–9 and A–F are used as the digits, with A–F representing the numbers 10–15. For example, the hexadecimal representation of 712 is
Hexadecimal notation is important in computing; it translates easily into binary notation but is more concise and easier to read.