Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Converting Binary String to Characters?

807599Feb 23 2007 — edited Feb 23 2007
Hi!
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 23 2007
Added on Feb 23 2007
15 comments
3,151 views