Jump to content

6-bit binary to hexadecimal


KayS

Recommended Posts

I have come across this quesition and I am good at binary to hexadecimal for example A7D = 1010 0111 1101. However, this following question has completely lost me?.. those binary representations are they the actuall representations or made up ones by the questions? any idead on what the binary representation of A would be so I could work the rest out? or any clue on how to go on about it. Thank you

 

208ikht.png

Link to comment
Share on other sites

The question is really asking you to find the pattern.

 

If I said C = 44, D = 45, E = 46... What is A?

 

It is a similar set up done in binary. You just need to count up to K and count down to A, then convert it into hexadecimal.

 

A converter can be useful here:

 

http://www.mathsisfun.com/binary-decimal-hexadecimal-converter.html

Edited by Endy0816
Link to comment
Share on other sites

Look at the pattern for the 6 bit character code, it should be a simple matter to extend it to A and K. Then just convert each 6 bit code for each character in the string to its hexadecimal equivalent.

Link to comment
Share on other sites

omg i get it now so the answer must be D...because the binary representation for

 

A = 011001

K = 100011

 

convert htem both = a.19 k.23 which is D =]

 

thanks man you lot are great I like how you test the mind lol...so simple in the end but im improving slowly.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.