Skip to main content

Number Systems and Conversion

A guide to binary, decimal, and hexadecimal conversion, built to make place value, grouping, and base changes feel systematic rather than memorised.

Key formulas

Binary place value
each digit represents a power of 2
Hex place value
each digit represents a power of 16

Why base conversion matters

Binary is natural for digital logic. Decimal is natural for everyday counting. Hexadecimal compresses binary neatly and is widely used in systems work.

Once place value is clear, the conversions become a method rather than a memory test.

Common mistakes

  • Reading a binary or hex string left to right without applying place value.
  • Forgetting that hexadecimal uses digits A to F for values 10 to 15.
  • Losing leading zeros that matter for grouping or fixed-width representations.
Related calculators

Apply the topic straight away.