Converting To and From Binary

Converting To and From Binary

These worksheets allow the students to practice converting between number bases. Specifically between binary and decimal, octal and hexadecimal.

Prerequisites:

Documents:

Binary to Decimal Conversion (PDF, SVG)
This worksheet demonstrates how to convert from binary to decimal by adding the position values for each '1' binary digit. It also has 14 binary numbers for the students to convert into decimal.
Decimal to Binary Conversion (PDF, SVG)
This worksheet demonstrates how to convert from decimal to binary by repeatedly subtracting powers of 2 from the decimal number.
Binary to Octal Conversion (PDF, SVG)
This worksheet demonstrates how to convert from binary to octal by grouping the binary digits into sets of 3 and looking up the corresponding octal digits.
Binary to Hexadecimal Conversion (PDF, SVG)
This worksheet demonstrates how to convert from binary to hexadecimal by grouping the binary digits into sets of 4 and looking up the corresponding hexadecimal digits.

Credits:

These documents were created by Gary Kacmarcik.

These documents are licensed under a Creative Commons License Creative Commons Attribution-Share Alike 3.0 Unported License