Number Systems

Conversions

General Rule (Positional Notation)

Every number system works on the same underlying equation — this is the one formula that explains every conversion below:

1. Decimal → Binary (Base 10 → Base 2)

2. Binary → Decimal (Base 2 → Base 10)

3. Decimal → Octal (Base 10 → Base 8)

4. Octal → Decimal (Base 8 → Base 10)