Binary to Hexadecimal Conversion
Binary to Hexadecimal Conversion
Many of the Device Server's configuration procedures require you to assemble a series of
options (represented as bits) into a complete command (represented as a byte). The
resulting binary value must be converted to a hexadecimal representation.
Hexadecimal digits have values ranging from 0 to F, which are represented as 0-9, A (for
10), B (for 11), etc. To convert a binary value (for example, 0010 0011) to a hexadecimal
representation, the upper and lower four bits are treated separately, resulting in a two-digit
hexadecimal number (in this case, 4C).
Use the following table to convert values from binary to hexadecimal.
E-18
Table E-17: Binary to Hexadecimal Conversion Table
Decimal
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Binary
Hex
0000
0
0001
1
0010
2
0011
3
0100
4
0101
5
0110
6
0111
7
1000
8
1001
9
1010
A
1011
B
1100
C
1101
D
1110
E
1111
F
Supplemental Information
Need help?
Do you have a question about the CoBox-Micro and is the answer not in the manual?
Questions and answers