[prev] 49 [next]

Exercise 9: Hexadecimal ↔ Binary ↔ Decimal

When working at the machine level
  • as we will be with MIPS assembler
  • useful to know how to map between Hex/Decimal/Binary
Convert these 8-bit binary numbers to hexadecimal:
  • 00001001,  00001101,  00101010,  00110011,  11001100
Convert these 8-bit binary numbers to decimal:
  • 00001001,  00001101,  00101010,  00110011,  11001100
Convert the following decimal numbers to 8-bit binary:
  • 15,  64,  99,  200,  256