Hexadecimal Number Representations

Learn how to represent numbers in hexadecimal base system.

Hexadecimal representation (base sixteen)

If we can count up to 16, 12 stones fit in one group but we need more symbols:

A,B,C,D,E,A, B, C, D, E, and FF for 10, 11, 12, 13, 14, and 15 respectively:

Example 1

12dec=C  12_{\text{dec}} = C\space\space in hexadecimal representation (notation)

Example 2

123dec=(7161+11160)dec=(7B)hex123_{\text{dec}} = (7*16^1 + 11*16^0)_{\text{dec}} = (7B)_{\text{hex}} ...

Access this course and 1400+ top-rated courses and projects.