...

Apr 12, 2004 10:31

Hmmmm....

Haven't done much this whole Spring break yet. I've played Halo with Dan, Billy, Trevor, and Chris. But that's it. I've been with Michelle a lot lately.... I'm at her house right now. But she's busy. .:[shrug]:. I'm really really really really really really bored right now. And it's crap. Hmmm... Leanred how to convert Hexadecimal into binary and vice versa. Handy little chart:

Hex--->binary
0<--->0000
1<--->0001
2<--->0010
3<--->0011
4<--->0100
5<--->0101
6<--->0110
7<--->0111
8<--->1000
9<--->1001
A<--->1010
B<--->1011
C<--->1100
D<--->1101
E<--->1110
F<--->1111

So, if 4A in hex is J in ASCII, then it is 01001010 in binary, because 4 is 0100 in binary and A is 1010. Then you just put them together: 01001010. The only problem is that you have to know what ASCII converts to in hex to really get any use out of this helpful skill. It's also helpful to memorize that chart up there if you're an aspiring programmer. Hmmm.... I'm going to go bug Michelle.
Previous post Next post
Up