|
|Store|
|
|
|
|
|
|
|
|
CTK Exchange
Michael

guest
|
Dec-03-04, 06:29 PM (EST) |
|
"I'm looking for..."
|
A way to convert hexadecimals to Binary Codes and back. This is for a class I need to find a link. ITs for a grade and Really need the help so could someone post a site link for me?
|
|
Alert | IP |
Printer-friendly page |
Reply |
Reply With Quote | Top |
|
|
rewboss

guest
|
Dec-04-04, 09:55 AM (EST) |
|
1. "RE: I'm looking for..."
In response to message #0
|
Rather than ask other people to do your homework for you, you could just try using a search engine like Google. It's not too difficult to work out, actually. Consider that the reason hexadecimal notation is used in the field of information technology has to do with the fact that "hexadecimal" is another way of saying "base 16", and the binary representation of decimal 16 (hexadecimal 10) is 10000. |
|
Alert | IP |
Printer-friendly page |
Reply |
Reply With Quote | Top |
|
|
 |
|
JonnyX

guest
|
Dec-18-04, 04:40 PM (EST) |
|
3. "RE: I'm looking for..."
In response to message #0
|
This is the easiest convert There are 16 symbols in hexadecimal : 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F The only thing you need is to make a table with these relationships to binary, that is: 0 = 0000 1 = 0001 2 = 0010 3 = 0011 ......... F = 1111 So, C0F is the equivalent to binary: C -> 1100 0 -> 0000 F -> 1111 merge them: C0F -> 110000001111 The inverse (binary to hexadecimal)
0011100= (we want groups of four, so we add a zero to the left) 00011100= 0001,1100= 1C |
|
Alert | IP |
Printer-friendly page |
Reply |
Reply With Quote | Top |
|
|

You may be curious to visit the old Guest book. Please do not post there.
|Front page|
|Contents|
|Store|
Copyright © 1996-2018 Alexander Bogomolny
[an error occurred while processing this directive]
|
|