Number systems: binary, octal, duodecimal and hexadecimal
Place values as powers of the base, the symbols each system uses, and converting a number written in binary, octal, duodecimal or hexadecimal into a decimal number.
The decimal system is not the only one possible - it is simply the one we are used to. Every system rests on the same principle: a place value is a power of the base. The base and the set of symbols change, everything else stays. This lesson shows four such systems and one conversion method that works in all of them.
Number systems - the decimal number system
2
7
6
5,
3
2
3
place values
103
102
101
100
10−1
10−2
10−3
1000
100
10
1
101
1001
10001
The place values are powers of 10, hence the decimal number system.
How do you convert a binary number to a decimal number?
Multiply each digit by its place value, that is by the appropriate power of two, and add the results. For 1011.101 that gives 8 + 2 + 1 + 1/2 + 1/8, which is 11.625.
What symbols does the hexadecimal system use?
The digits 0 to 9 and the letters A to F, where A stands for ten and F for fifteen. That way each position holds sixteen different values using a single character.
What does the small subscript next to a number mean?
The base of the system the number is written in. The notation 1011₂ = 11₁₀ reads: the number 1011 in base two is 11 in base ten.
Why does the duodecimal system need extra symbols?
Because a single position has to hold twelve values, and there are only ten digits from 0 to 9. The two missing ones are written with the separate symbols X and Λ, standing for ten and eleven.
To improve the quality of our services, we use cookies. Cookies help us tailor our website to your preferences, analyze how you use the site, and provide a better user experience. By accepting cookies, you consent to their use for optimizing functionality and content on the site.
Number systems: binary, octal, duodecimal and hexadecimal | PhiBoard