Bitwise Operators - Programming

Q1:

In which numbering system can the binary number 1011011111000101 be easily converted to?

A Decimal system

B Hexadecimal system

C Octal system

D No need to convert

ANS:B - Hexadecimal system

Hexadecimal system is better, because each 4-digit binary represents one Hexadecimal digit.