Specifications

B-2 Appendix B 485DSS-0812 Manual
B&B Electronics Mfg Co Inc 707 Dayton Rd - PO Box 1040 - Ottawa IL 61350 - Ph 815-433-5100 - Fax 815-433-5104
B&B Electronics Westlink Commercial Park Oranmore, Galway, Ireland Ph +353 91 792444 Fax +353 91 792445
Hexadecimal to Decimal Conversion:
Each “Hex digit” is the decimal equivalent value of the
hexadecimal symbol.
Example: Convert 10FC hexadecimal to decimal.
Decimal = (1st Hex digit x 4096) +
(2nd Hex digit x 256) +
(3rd Hex digit x 16) +
(4th Hex digit)
10FC hex equals 4348 decimal.
4348 decimal equals 10FC hexadecimal.
Decimal to Hexadecimal Conversion:
Example: Convert 4348 decimal to hexadecimal.
4348 decimal equals 10FC hexadecimal.
1
x
4096
=
4096
0
x
256
=
0
15
x
16
=
240
12
x
1
=
12
4348
4096
4348
=
1
=
1
(1st Hex digit)
4096
256
252
=
0
=
0
(2nd Hex digit)
0
16
252
=
15
=
F
(3rd Hex digit)
240
1
12
=
12
=
C
(4th Hex digit)
12
0