Converting Between Hexadecimal & Binary (CIE IGCSE Computer Science)

Revision Note

Test Yourself
Becci Peters

Expertise

Computer Science

Converting Between Hexadecimal & Binary

Converting Binary to Hexadecimal Walkthrough:

  • Group the binary digits into groups of 4, starting from the rightmost digit. If there are not enough digits to make a group of 4, add leading zeros as needed.
    0110 1110
  • Add column headings to work out the value of each nibble

8

4

2

1

 

8

4

2

1

0

1

1

0

 

1

1

1

0

4+2 = 6                                                                                                  8+4+2=14 = E in hex

  • Replace each group of 4 bits with its corresponding hexadecimal value:
    0110 1110
    6      E
  • Write down the resulting hexadecimal values to get the final answer:
    6E

Converting Hexadecimal to Binary Walkthrough:

  • To convert a Hex number like A2 into binary write each hex digit in 4-bit binary
  • A=10 

8

4

2

1

 

8

4

2

1

1

0

1

0

 

0

0

1

0

  • The binary representation is the numbers altogether: 10100010

You've read 0 of your 0 free revision notes

Get unlimited access

to absolutely everything:

  • Downloadable PDFs
  • Unlimited Revision Notes
  • Topic Questions
  • Past Papers
  • Model Answers
  • Videos (Maths and Science)

Join the 100,000+ Students that ❤️ Save My Exams

the (exam) results speak for themselves:

Did this page help you?

Becci Peters

Author: Becci Peters

Becci has been a passionate Computing teacher for over 9 years, teaching Computing across the UK helping to engage, interest and develop confidence in the subject at all levels. Working as a Head of Department and then as an educational consultant, Becci has advised schools in England, where her role was to support and coach teachers to improve Computing teaching for all. Becci is also a senior examiner for multiple exam boards covering GCSE & A-level. She has worked as a lecturer at a university, lecturing trainee teachers for Computing.