Convert the bit pattern 0101 0010 0110 1011 to hexadecimal.
[0101 is 4+1, 0010 is 2, 0110 is 4+2, 1011 is 8+2+1 giving a value of 0x526B (remember that B is the hex digit with the value 11]