Base 2, 10, 16: How Computers Count

Humans use base 10 because we have 10 fingers. Computers use base 2 because transistors have 2 states. Hex (base 16) is a compromise for humans reading binary.

Related