Skip to Main Content

Java Programming

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!

Hex to EBCDIC

807607Oct 6 2006
Is there a simple way to convert hex strings to EBCDIC.

I have ,

String hex = "e6e6f0f0"

which needs to be converted to EBCDIC equivalent "WW00" according to the EBCDIC table http://www.legacyj.com/cobol/ebcdic.html

I dont want to setup an array of all the mapping values.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 3 2006
Added on Oct 6 2006
0 comments
420 views