Hexadecimal.

Binary numbers are very cumbersome and difficult for humans to deal with. However binary numbers do not convert very conveniently into decimal numbers. Hexadecimal is a number system in which conversions to and from binary are very simple. Hexadecimal is not as easy for humans to work with as decimal, but it is much better than binary.

A single digit can be represented by sixteen possible symbols;
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F.

Numbers higher than F (fifteen decimal) require two or more digits, e.g. sixteen is 10 hex, twenty six is 1A hex.

The amount represented by a digit depends on its symbol and its position in the number.

  1. A.
  2. A5.
  3. A67.

The symbol A in the above examples represents;

The weightings of each position in a hexadecimal number, increase by a factor of sixteen, as we move from right to left. i.e. The right hand digit position has a weighting of 160 , with the power increasing by one, for each position we move to the left (161, 162 etc).

The left hand digit has the greatest value and is call the most significant digit.
The right hand digit has the least value and is call the least significant digit.

hexadecimal number format