Computer Systems Fundamentals H175 34: Numbers in Base 16
Computer Systems Fundamentals H175 34: Numbers in Base 16
H175 34
Lecture 2
Numbers in base 16
Why Base 16?
Last week, we saw that a base of 10 is
a natural counting mechanism for
humans.
Column Number 5 4 3 2 1
Column Number 5 4 3 2 1
E 7 F 4 C 0 1 B
1110 0111 1111 0100 1100 0000 0001 1011
Column Number 4 3 2 1
5 x 4096 = 20480
F or 15 x 256 = 3840
7 x 16 = 112
B or 11 x 1 = 11
…because they all mean exactly the same value, it’s just
expressed in different ways.
65536 32768 16384 8192 4096 2048 1024 512 256 128 64 32 16 8 4 2 1
FACE16 in binary?
1111 1010 1100 1110
And Decimal?
64206
hexadecimal digit.
Hexadecimal digits run from 0 -9 then A – F.