Concept:Each hexadecimal digit represents exactly 4 binary bits.Explanation:Convert each hexadecimal digit separately to a 4-bit binary group.A16=1010=10102216=210=00102Join the two groups: 10100010Answer:A216=101000102The correct option is B.