I can convert binary to any number system and any number system to binary, but how do I make letters (matt gates has it in his signature) would I just use ASCII values? :confused:
Printable View
I can convert binary to any number system and any number system to binary, but how do I make letters (matt gates has it in his signature) would I just use ASCII values? :confused:
What do you mean letter? You type "A" on the keyboard and voila! you made a letter.
OK, one moment, i'll check Matts signature.
Oooh :o those letter! Well number 0 is chr(48) and 1 is chr(49)
No binary...for instance 101 = 9 (i think ;) )
Yeah, it's the ASCII values of the letters.
Cool ascii graphics in your signature parksie!
Thank you :)
for any number from 0-9 in binary add 110000 (48 or 0x30) to the binary number to get the ascii character.
thanks guys :)