Top "Ebcdic" questions

Extended Binary Coded Decimal Interchange Code (EBCDIC) is a set of 8-bit character encodings.

How to unpack COMP-3 digits using Java?

I have huge mainframe file and there are some packed digits in that file. I would like to know how …

ascii mainframe ebcdic packed-decimal
Conversion from EBCDIC to UTF8 in Linux

I have imported with Perl a table from our database AS/400 DB2. The problem is that the string are encoded …

linux bash utf-8 iconv ebcdic
String Hex Encoding and Decoding

I am converting a String from UTF-8 to CP1047 and then performing hex encoding on it, which works great. Next …

java string utf-8 ascii ebcdic
java program to convert EBCDIC to ASCII

I wrote a simple java program to convert EBCDIC to ASCII. It's not working correctly. Here is what I did …

java ascii ebcdic
How to convert EBCDIC with chinese chars to UTF-8 format

I have a requirement to convert a file with EBCDIC encoding which is encoded using the IBM937 code page to …

utf-8 ebcdic
C code to convert EBCDIC printables to ASCII in-place

What is the simplest way in C to convert an EBCDIC-encoded string to its ASCII equivalent in-place. The only characters …

c ascii ebcdic
example EBCDIC file for Java program to convert EBCDIC to ASCII

I am trying to convert EBCDIC file to ASCII using following code : InputStreamReader rdr = new InputStreamReader(new FileInputStream(<your …

java ebcdic
How to search for a character the displays as "<85>" in Vim

I have a file that was converted from EBCDIC to ASCII. Where there used to be new lines there are …

vim ascii newline replace ebcdic
Connect to z/OS Mainframe with SFTP

We have a IBM Host System Z sitting in our cellar. Now the issue is that i have no clue …

sftp zos ebcdic
String.getBytes(charset) has errors for EBCDIC-charset

The String-conversion to EBCDIC via String.getBytes(charset) supplys at least one false result. The character "a" becomes a 0x3…

java character-encoding string-conversion ebcdic