Computer Science Year 10 > Binary To Hex > Flashcards
Convert 01100101 To Hex
First split the Binary number into 2.
0110 0101
Find the 2 numbers in denary.
8 4 2 1 0 1 1 0 = 6
8 4 2 1 0 1 0 1 = 5
So the Hex number is 65.