Home > Pre-Algebra calculators > Gray code To Hexadecimal conversion example

Gray Code To Hexadecimal converter example ( Enter your problem )
  1. Examples
Other related methods
  1. Decimal To Binary converter
  2. Decimal To Octal converter
  3. Decimal To Hexadecimal converter
  4. Binary To Decimal converter
  5. Binary To Octal converter
  6. Binary To Hexadecimal converter
  7. Octal To Decimal converter
  8. Octal To Binary converter
  9. Octal To Hexadecimal converter
  10. Hexadecimal To Decimal converter
  11. Hexadecimal To Binary converter
  12. Hexadecimal To Octal converter
  13. Decimal To BCD converter
  14. Binary To BCD converter
  15. Octal To BCD converter
  16. Hexadecimal To BCD converter
  17. BCD To Decimal converter
  18. BCD To Binary converter
  19. BCD To Octal converter
  20. BCD To Hexadecimal converter
  21. BCD To Excess 3 converter
  22. Decimal To Excess 3 converter
  23. Binary To Excess 3 converter
  24. Octal To Excess 3 converter
  25. Hexadecimal To Excess 3 converter
  26. Excess 3 To Decimal converter
  27. Excess 3 To Binary converter
  28. Excess 3 To Octal converter
  29. Excess 3 To Hexadecimal converter
  30. Excess 3 To BCD converter
  31. Decimal To Gray Code converter
  32. Binary To Gray Code converter
  33. Octal To Gray Code converter
  34. Hexadecimal To Gray Code converter
  35. Gray Code To Decimal converter
  36. Gray Code To Binary converter
  37. Gray Code To Octal converter
  38. Gray Code To Hexadecimal converter

1. Examples





1. (11100)Gray Code = (      ?      )16

Solution:
(11100)GrayCode = (_______)16

1. Convert GrayCode to binary
Gray code : 11100

Method-1: (Gray code to Binary)
b_4=g_4=1

b_3=b_4 o+ g_3=1 o+ 1=0

b_2=b_3 o+ g_2=0 o+ 1=1

b_1=b_2 o+ g_1=1 o+ 0=1

b_0=b_1 o+ g_0=1 o+ 0=1

:. Binary : 10111


Method-2: (Gray code to Binary)
g_4
1
g_3
1
g_2
1
g_1
0
g_0
0
Gray code
darrdarrdarrdarrdarr
1rarr0rarr1rarr1rarr1
b_4
=g_4
b_3
=b_4 o+ g_3
b_2
=b_3 o+ g_2
b_1
=b_2 o+ g_1
b_0
=b_1 o+ g_0
Binary code


:. Binary : 10111

2. Convert binary to hexadecimal
(10111)2 = (_______)16

0001 0111
1 7

:. (10111)2 = (17)16


:. (11100)GrayCode = (17)16
2. (101100)Gray Code = (      ?      )16

Solution:
(101100)GrayCode = (_______)16

1. Convert GrayCode to binary
Gray code : 101100

Method-1: (Gray code to Binary)
b_5=g_5=1

b_4=b_5 o+ g_4=1 o+ 0=1

b_3=b_4 o+ g_3=1 o+ 1=0

b_2=b_3 o+ g_2=0 o+ 1=1

b_1=b_2 o+ g_1=1 o+ 0=1

b_0=b_1 o+ g_0=1 o+ 0=1

:. Binary : 110111


Method-2: (Gray code to Binary)
g_5
1
g_4
0
g_3
1
g_2
1
g_1
0
g_0
0
Gray code
darrdarrdarrdarrdarrdarr
1rarr1rarr0rarr1rarr1rarr1
b_5
=g_5
b_4
=b_5 o+ g_4
b_3
=b_4 o+ g_3
b_2
=b_3 o+ g_2
b_1
=b_2 o+ g_1
b_0
=b_1 o+ g_0
Binary code


:. Binary : 110111

2. Convert binary to hexadecimal
(110111)2 = (_______)16

0011 0111
3 7

:. (110111)2 = (37)16


:. (101100)GrayCode = (37)16


This material is intended as a summary. Use your textbook for detail explanation.
Any bug, improvement, feedback then Submit Here



Number system conversion table from 1 to 15
Decimal Number
Base-10
Binary Number
Base-2
Octal Number
Base-8
Hexadecimal Number
Base-16
1111
21022
31133
410044
510155
611066
711177
81000108
91001119
10101012A
11101113B
12110014C
13110115D
14111016E
15111117F




Share this solution or page with your friends.
 
 
Copyright © 2025. All rights reserved. Terms, Privacy
 
 

.