Top "Ebcdic" questions

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

Convert String from ASCII to EBCDIC in Java?

I need to write a 'simple' util to convert from ASCII to EBCDIC? The Ascii is coming from Java, Web …

java ascii ibm-midrange ebcdic
Converting EBCDIC to ASCII in java

I am supposed to convert an EBCDIC file to ASCII by using Java. So far I have this code: public …

java ascii inputstream cobol ebcdic
How to convert from EBCDIC to ASCII in C#.net

I have a value in EBCDIC format "000000{". I want to convert it into a.Net Int32 type. Can anyone let …

c# ascii ebcdic
convert EBCDIC String to ASCII format?

I am having a flat file which is pulled from a Db2 table ,the flat file contains records in both …

java ebcdic
UTF-8 to EBCDIC in Java

Our requirement is to send EBCDIC text to mainframe. We have some chinese characters thus UTF8 format. So, is there …

java unicode utf-8 ebcdic
How to display the actual value of a comp variable in cobol

I have the following variable in COBOL program which gets its value from a file, when it is read: 01 Employee-number …

cobol mainframe ebcdic
Reading a mainframe EBCDIC File

I have a EBCDIC coded mainframe file which I need to convert to an ASCII format. Which libraries/tools can …

python ascii mainframe ebcdic
Java: Convert String to packed decimal

new here! Situation: I'm working on a project which needs to communicate with an AS/400 server. My task is to …

java byte ascii ibm-midrange ebcdic
Converting String from One Charset to Another

I am working on converting a string from one charset to another and read many example on it and finally …

java character-encoding ascii ebcdic
Unpacking EBCDIC Packed Decimals (COMP-3) in an ASCII Conversion

I am using Jon Skeet's EBCDIC implementation in .NET to read a VSAM file downloaded in binary mode with FTP …

c# .net ascii ebcdic comp-3