Hexadecimals

A Hexadecimal Number is based on the number 16

16 Different Values

There are 16 Hexadecimal digits. They are the same as the decimal digits up to 9, but then there are the letters A, B, C, D, E and F in place of the decimal numbers 10 to 15:

Hexadecimal: 0 1 2 3 4 5 6 7 8 9 A B C D E F
Decimal: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15

So a single Hexadecimal digit can show 16 different values instead of the normal 10.

Counting

Choose "Hexadecimal" below and watch it count:

numbers/images/number-odometer.js?mode=16

After the "Ones" position is filled up (after F) the ones start back at 0, and we add 1 to the next position on the left (to show 1 lot of 16).

And after that position reaches F, we do the same thing, and so on.

As we move left, every number place is 16 times bigger.


Example: The decimal value of the hexadecimal number "D1CE"

hexadecimal example D1CE

(Test it in the Binary to Decimal to Hexadecimal Converter.)

The Point !

Example: 2E6.A3

hexadecimal example 2E6.A3

This is 2×16×16 + 14×16 + 6 + 10/16 + 3/(16×16)
=742.63671875 in Decimal
Read below to find out why

Numbers can be placed to the left or right of the point, to show values greater than one or less than one:

left arrow  
The number just to the left of the point is a whole number.
Moving left every number place is 16 times bigger.



right arrow  
The first digit on the right of the point means sixteenths (1/16).
Moving right every number place is 16 times smaller (one sixteenth as big).

More Examples

Example 1: What is 4B5 (Hexadecimal)?

Example 2: What is 2.3 (Hexadecimal)?

Dogs have 16 toes

Dogs

Dogs would find hexadecimal easy to understand: just count on their toes!

The Word "Hexadecimal"

The word "Hexadecimal" means "based on 16" (From Greek hexa: "six" and Latin decima: "a tenth part").
2016, 2017, 2018, 2019, 2020, 2021, 3595, 3596, 3597, 3598