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!

string of hex numbers to ascii equivalent

843789Apr 20 2009 — edited Apr 20 2009
I couldn't find a previous topic that helped me out with this specific problem.. please direct me to it if there is one.

I need to take an input of "0x21 0xA6 0xA6 0x86 0xC5 0xC4 0x86 0xC4 0x84 0xC4 0x84 0x86 0xC4 0x84 0x86 0x84 0x86 0xC4 0x84 0x86 0xC4 0x84 0xC4 0x84" and convert to the ascii equivalent. It is a string of hex numbers. I know I can use String.split(" "); but then I'm not too sure what to do with it after that.

Can anyone help me out?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 18 2009
Added on Apr 20 2009
4 comments
594 views