Integers


Number representation in different radix/base

Decimal Representation - base 10

Binary Representation - base 2

Binary numbers hard for humans to read — too many digits! Conversion to decimal awkward and hides bit values. Solution: write numbers in hexadecimal!

Hexadecimal Representation - base 16

Octal Decimal Representation -base 8