Converting Binary String to Characters?
807599Feb 23 2007 — edited Feb 23 2007Hi!
I have a string consist of binary 1 and 0.
I would like to convert this string into a character ( english )
I tried to convert the string " Test string conversion " to binary and am able to do that.
But now i have a binary string and i cant get back the char string.
Heard something about converting to HEXA, then INT , then CHAR. but just got lost along the way.
Please advice.
Cheers!
Darence