Convert between number systems instantly — with GCSE-level explanations.
Binary is a base-2 number system that uses only two digits: 0 and 1. Computers use binary because electronic circuits can easily represent these two states - off (0) and on (1).
Each digit in a binary number is called a bit, and 8 bits make a byte. The position of each bit represents a power of 2, starting from 2⁰ (1) on the right.
Example: Binary 1011
1×2³ + 0×2² + 1×2¹ + 1×2⁰ = 8 + 0 + 2 + 1 = 11 in decimal
Converting binary to decimal is straightforward. Each bit position represents a power of 2:
1×8 + 0×4 + 1×2 + 1×1 = 11
Number system conversion is a key topic in GCSE Computer Science. You'll need to understand:
Convert binary 1011 to decimal
Convert decimal 27 to binary
Convert hexadecimal A3 to decimal
Get help with binary conversion and other Computer Science topics from our AI tutor.
Try the Computer Science Genie