Binary to Hex
Hardware debuggers and bus analyzers display register dumps in hexadecimal to compress long binary strings into readable formats. The sequence below represents a raw binary capture from a data bus: 11010111010.
Group the bits correctly and determine the equivalent hexadecimal representation.
Constraints
- Hexadecimal answers must be prefixed with
0x. - Letters in hexadecimal answers must be uppercase.
- Do not include spaces in your final hexadecimal value.
Topics
Solve this problem
Place the gates, wire them up and watch the signals settle. Every submission runs on the same simulation engine that grades it.
Free to solve. A Codiode account keeps your progress.
The circuit builder and code editor need a desktop screen. On a phone, read the problem here and open it on a laptop to solve.