Converting Gray Code to Binary
1). Write down the number in gray code.
2). The most significant bit of the binary number is the most significant bit
of the gray code.
3). Add (using modulo 2) the next significant bit of the binary number to the
next significant bit of the gray coded number to obtain the next binary bit.
4). Repeat step 3 till all bits of the gray coded number have been added in
modulo 2. The resultant number is the binary equivalent of the gray number.
Converting Binary to Gray Code
1). Write down the number in binary code.
2). The most significant bit of the gray number is the most significant bit
of the binary code.
3). Add (using modulo 2) the next significant bit of the binary number to the
next significant bit of the binary number to obtain the next gray coded bit.
4). Repeat step 3 till all bits of the binary coded number have been added in
modulo 2. The resultant number is the gray coded equivalent of the binary
number.
Chat with our AI personalities
To convert image to binary, you just have to convert image to binary. Hope this helps.
An easy way is to convert them to decimal, subtract, then convert the answer back to binary.
5 expressed in binary is 101
11.25 is not a valid binary.
You can easily convert decimal to binary in the scientific calculator - for example, the scientific calculator found in Windows. In this case, type the number in decimal, then click on "binary" to convert to binary.