converting binary to hexadecimal
converting hexadecimal to binary
use of hexadecimal
true colour and hex
true colour uses 24 bits to code every available colour variation, 2[24] = 16 777 216 (over 16 mill)
each one is represented by three 8 bit numbers that can be simplified to three 2-digit hexadecimal ones
it is easier to remember and enter the hexadecimal number than the 24 digit binary number
Convert the bit pattern 10110111 into hexadecimal. [1]
B7
Convert the hexadecimal number E9 into a binary number. You must show your working. [2]
11101001