Use the below tool to convert gray code to decimal number
Also Try:
Decimal Number
Whole number, a decimal point and a fractional value combines to form a decimal number. The decimal point separates the whole number part from the fractional part of the number. Each digit of a decimal number can be any number from 0 to 9. Any value less than 1 is written to the right of decimal point. Decimal numbers are also known as base-10 number or counting numbers. Place value of decimal number varies as the whole number powers of 10 starting from the left of decimal point. Similarly, the place value of digits left to decimal point varies as the division of power of tens.
Gray code
Gray code, also known as reflected binary code, is a code having digits 0 and 1. Gray code do not have place value for its digits. Any successive codes in Gray code system have only one bit changes.
Read More: How to convert a gray code to a decimal number
Gray to Decimal Conversion table
Gray | Hexadecimal | Binary |
---|---|---|
0000 | 0 | 0000 |
0001 | 1 | 0001 |
0011 | 2 | 0010 |
0010 | 3 | 0011 |
0110 | 4 | 0100 |
0111 | 5 | 0101 |
0101 | 6 | 0110 |
0100 | 7 | 0111 |
1000 | 8 | 1100 |
1101 | 9 | 1001 |
1111 | 10 | 1010 |
1110 | 11 | 1011 |
1010 | 12 | 1100 |
1011 | 13 | 1101 |
1001 | 14 | 1110 |
1000 | 15 | 1111 |
Also Try:
- Binary to Decimal converter
- Binary to Octal converter
- Binary to Hexadecimal converter
- Binary to Gray code converter
- Decimal to Binary converter
- Decimal to Octal converter
- Decimal to Hexadecimal converter
- Decimal to Gray code converter
- Octal to Binary converter
- Octal to Decimal converter
- Octal to Hexadecimal converter
- Octal to Gray code converter
- Hexadecimal to Binary converter
- Hexadecimal to Decimal converter
- Hexadecimal to Octal converter
- Hexadecimal to Gray converter
- Binary converter
- Decimal converter
- Octal converter
- Hexadecimal converter
- Text to binary converter
- Text to hex converter
- Binary to text converter