Pressure Systems, Inc. Model 9116 User’s Manual
Page 133
www.PressureSystems.com
Appendix G
Binary Bit Map
Bit Value
(if Set)
Bit
Position
Binary Number
1
1
0000 0000 0000 0001
2
2
0000 0000 0000 0010
4
3
0000 0000 0000 0100
8
4
0000 0000 0000 1000
16 5
0000 0000 0001 0000
32 6
0000 0000 0010 0000
64 7
0000 0000 0100 0000
128 8
0000 0000 1000 0000
256 9
0000 0001 0000 0000
512 10
0000 0010 0000 0000
1024 11
0000 0100 0000 0000
2048 12
0000 1000 0000 0000
4096 13
0001 0000 0000 0000
8192 14
0010 0000 0000 0000
16384 15
0100 0000 0000 0000
32768 16
1000 0000 0000 0000
Decimal to Binary Conversion:
892 dec = 512 + 256 + 64 + 32 + 16 + 8 + 4
0000
0011
0111
1100
binary
3
7
C
hexadecimal