Photo AI

Last Updated Sep 26, 2025

Converting Between Denary & Binary Simplified Revision Notes

Revision notes with simplified explanations to understand Converting Between Denary & Binary quickly and effectively.

user avatar
user avatar
user avatar
user avatar
user avatar

477+ students studying

Converting Between Denary & Binary

Key Concepts

  • Denary (Decimal): The number system we use every day, with digits from 0 to 9.
  • Binary: A number system used by computers, consisting of only two digits: 0 and 1.

Binary Ranges

  • Binary numbers up to 8 bits can range from 00000000 (which is 0 in denary) to 11111111 (which is 255 in denary).

Significant Bits

  • Most Significant Bit (MSB): The bit furthest to the left. It holds the largest value.
  • Least Significant Bit (LSB): The bit furthest to the right. It holds the smallest value.

Converting Denary to Binary (up to 8 bits)

Step-by-Step Explanation

To convert a denary number (0-255) to binary, you will use a table. Here's how to do it.

  1. Draw a table like this: | 128 | 64 | 32 | 16 | 8 | 4 | 2 | 1 | |---|---|---|---|---|---|---|---| | | | | | | | | |

Each number at the top is the value of that column. We're going to figure out if the denary number can fit into these values.

  1. Start from the left (128) and ask: Can the denary number fit into this value? If yes, write a 1 and subtract that value from the denary number. If no, write a 0.
  2. Move to the next column.

Example: Convert 56 to Binary

  • Is 56 larger than or equal to 128? No, so put 0 under 128.
  • Is 56 larger than or equal to 64? No, so put 0 under 64.
  • Is 56 larger than or equal to 32? Yes, so put 1 under 32. Now subtract 32 from 56. The remainder is 24.
  • Is 24 larger than or equal to 16? Yes, so put 1 under 16. Subtract 16 from 24. The remainder is 8.
  • Is 8 larger than or equal to 8? Yes, so put 1 under 8. Subtract 8 from 8. The remainder is 0.
  • Is 0 larger than or equal to 4, 2, or 1? No, so put 0 under 4, 2, and 1.

Here's how the table looks:

1286432168421
00111000

So, 56 in binary is 00111000.

Explanation

  • Each 1 in the binary number means the denary number is large enough to fit in that column. Each 0 means it's too small.
  • The answer 00111000 tells the computer how to store the number 56 in a way it understands.

Converting Binary to Denary

Step-by-Step Explanation

To convert from binary to denary, you do the opposite. Use a table, place each binary digit into its column, and then add up the values of the columns with a 1.

Example: Convert 01010101 to Denary

  1. Write out the binary digits in the table: | 128 | 64 | 32 | 16 | 8 | 4 | 2 | 1 | |---|---|---|---|---|---|---|---| | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 1 |

  2. Look at the columns with a 1. Add those values:

  • 64 (from the 1 under 64)
  • 16 (from the 1 under 16)
  • 4 (from the 1 under 4)
  • 1 (from the 1 under 1) So, 64 + 16 + 4 + 1 = 85.

Answer: 01010101 in denary is 85.

Explanation

  • Each time you see a 1 in a column, that means that value is included in the number. Adding up those values gives you the denary number.

Dealing with Shorter Binary Numbers

  • Binary numbers can have less than 8 bits. For example, 11010 is only 5 bits long.
  • To make it easier to work with, you can add leading zeros to make it 8 bits: 00011010. This helps keep things clear when comparing or converting.
infoNote

Final Tips

  • Always work from the largest value (leftmost column) to the smallest value (rightmost column) when converting denary to binary.
  • When converting binary to denary, just add up the values where there's a 1.
  • Use leading zeros for binary numbers with fewer than 8 bits to make them easier to handle.

Quick Reference Conversion Table

DenaryBinaryHexadecimal
00000000000
560011100038
850101010155
25511111111FF
Books

Only available for registered users.

Sign up now to view the full note, or log in if you already have an account!

500K+ Students Use These Powerful Tools to Master Converting Between Denary & Binary

Enhance your understanding with flashcards, quizzes, and exams—designed to help you grasp key concepts, reinforce learning, and master any topic with confidence!

110 flashcards

Flashcards on Converting Between Denary & Binary

Revise key concepts with interactive flashcards.

Try Computer Science Flashcards

11 quizzes

Quizzes on Converting Between Denary & Binary

Test your knowledge with fun and engaging quizzes.

Try Computer Science Quizzes

15 questions

Exam questions on Converting Between Denary & Binary

Boost your confidence with real exam questions.

Try Computer Science Questions

5 exams created

Exam Builder on Converting Between Denary & Binary

Create custom exams across topics for better practice!

Try Computer Science exam builder

13 papers

Past Papers on Converting Between Denary & Binary

Practice past papers to reinforce exam experience.

Try Computer Science Past Papers

Other Revision Notes related to Converting Between Denary & Binary you should explore

Discover More Revision Notes Related to Converting Between Denary & Binary to Deepen Your Understanding and Improve Your Mastery

96%

114 rated

Data Storage & Compression

Units of Data Storage

user avatar
user avatar
user avatar
user avatar
user avatar

224+ studying

186KViews

96%

114 rated

Data Storage & Compression

Binary Addition

user avatar
user avatar
user avatar
user avatar
user avatar

432+ studying

187KViews

96%

114 rated

Data Storage & Compression

Converting Between Denary & Hexadecimal

user avatar
user avatar
user avatar
user avatar
user avatar

208+ studying

183KViews

96%

114 rated

Data Storage & Compression

Converting Between Binary & Hexadecimal

user avatar
user avatar
user avatar
user avatar
user avatar

299+ studying

198KViews
Load more notes

Join 500,000+ GCSE students using SimpleStudy...

Join Thousands of GCSE Students Using SimpleStudy to Learn Smarter, Stay Organized, and Boost Their Grades with Confidence!

97% of Students

Report Improved Results

98% of Students

Recommend to friends

500,000+

Students Supported

50 Million+

Questions answered