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

12803 Views

See similar Computing GCSE tutors

Related Computing GCSE answers

All answers ▸

Show how you would calculate 53 + 39 in 8-bit binary?


What is the purpose of RAM in a computer?


What do 0s and 1s have anything to do with Boolean Logic?


What is the purpose of RAM?


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
Cookie Preferences