![NKK SWITCHES IS-Dev Kit-8 Скачать руководство пользователя страница 30](http://html1.mh-extra.com/html/nkk-switches/is-dev-kit-8/is-dev-kit-8_user-manual_1697353030.webp)
IS-Dev Kit-8 User Manual
7850 East Gelding Drive • Scottsdale, AZ 85260-3420
IS-Dev Kit 8 Users Manual A.doc
Page 30 of 31
Toll Free
1.877.2BUYNKK (877.228.9655)
•
Phone
480.991.0942
• Fax
480.998.1435
www.nkkswitches.com
1209
Base-16 numbering system
Communicating base-2 numbers is difficult for human because of all zero’s and one’s. To make it easier to
present computer data, hexadecimal or base-16 numbering system is used. Four digit of base-2 numbering
system convert to one digit of base-16 numbering system. Since we did not have digits for 10, 11, 12, 13, 14
and 15, they were assigned letters A, B, C, D, E and F respectively.
Table 3, Number base conversion
Hexadecimal
base-16
Decimal
base-10
Binary base-2
0
0
0
1
1
1
2
2
10
3
3
11
4
4
100
5
5
101
6
6
110
7
7
111
8
8
1000
9
9
1001
A
10
1010
B
11
1011
C
12
1100
D
13
1101
E
14
1110
F
15
1111
10
16
10000
11
17
10001
etc
etc
etc
Table 4, Base-16
Value in base-16
Digit x
10000
1000
100
10
1
Multiplication
for converting to
decimal
16
(N-1)
…
…
16
4
=65536
16
3
=4096
16
2
=256
16
1
=16
16
0
=1
Digit order
Nth
digit
….
….
Fifth
digit
Fourth
digit
Third
digit
Second
digit
First
digit