Convert the hexadecimal value 'C3' into its binary equivalent.

To preform this conversion, we focus on each value individually, as they each represent a different 4-bit binary number. The binary system is of base 2, meaning the base is multiplied by 2 reading right to left. For example it reads as 128, 64, 32, 16, 8, 4, 2, 1. each number representing a single bit either 1 or 0. For C3, we first focus on  the value 3 and write out the first four base 2 columns; 8 4 2 1 and put a 1 in the columns which add up to 3, and a 0 in the rest. This will read as 0011.

In computer systems, hexadecimal values are used to allow us to store and represent larger numbers and begin with the number 10 which is represented by A, 11 = B, 12 = C, 13 = D 14 = E and 15 = F. To represent C, again write out the first four base 2 columns 8 4 2 1. C stores the number 12, which in binary is represented by 1100. We now have two 4-bit binary numbers, which when put together form our completed 8-bit binary number 11000011 which represents the hexidecimal value C3. 

Answered by Cormac K. Computing tutor

11205 Views

See similar Computing GCSE tutors

Related Computing GCSE answers

All answers ▸

Convert 56 (decimal value) into its binary equivalent


What is Bubble Sort algorithm and how it works? Give an example of pseudo-code explaining the process.


Which of the following are usually found on the Central Processing Unit(CPU) of a personal computer?


Write the binary number 11011 in decimal.


We're here to help

contact us iconContact usWhatsapp logoMessage us on Whatsapptelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo

© MyTutorWeb Ltd 2013–2024

Terms & Conditions|Privacy Policy