|
| |
| | EBCDIC, ASCII and Numbers |
 | | EBCDIC and ASCII are both ways of mapping computer codes to characters and numbers, as well as other symbols typically used in writing. |  | | EBCDIC and ASCII are very common terms used when describing files, but when numeric fields are involved conversion is not straightforward. |  | | Numbers can be stored in many ways on a computer. |
|
http://www.emaglink.com/converteToa.htm
|
|
| |
| | PHP Help: The Apache EBCDIC Port - Apache 1.3 Manual |
 | | EBCDIC stands for Extended Binary-Coded-Decimal Interchange Code and is the codeset used on mainframe machines, in contrast to ASCII which is ubiquitous on almost all micro computers today. |  | | On an EBCDIC based system, HTML files and other text files are usually saved encoded in the native EBCDIC code set, while image files and other binary data are stored with identical encoding as on ASCII based machines. |  | | All header processing is done in the native EBCDIC format; the server then determines, based on the type of document being served, whether the document body (except for the chunking information, of course) is in ASCII already or must be converted from EBCDIC. |
|
http://www.phpfreaks.com/apache_manual/page/ebcdic.html
|
|
| |
| | Perl and EBCDIC? - The Perl Journal, Winter 1997 |
 | | EBCDIC is of special interest to me because I work on an IBM OS/390 computer running OpenEdition, which internally uses EBCDIC.(The OpenEdition environment has been described as Unix on a mainframe; MVS OpenEdition comes with a POSIX shell, an ANSI C/C++ library and compilers, Berkeley style sockets, a hierarchical file system, and a web server. |  | | Both ASCII (particularly "8-bit" ASCII) and EBCDIC can be "internationalized" so that computers can adopt a variation specific to the local language: ñ for Spanish computers, ö for German computers, and so on. |  | | Although the American Standard Association adopted ASCII in 1964, IBM chose to stick with EBCDIC in their System/360 computers, simply because it had been in use in all prior IBM computers and was a legacy of Hollerith's punch cards. |
|
http://www.foo.be/docs/tpj/issues/vol2_4/tpj0204-0005.html
|
|
| |
| | Section 5. IBM AND EBCDIC |
 | | EBCDIC (Extended Binary Coded Decimal Interchange Code) was a further development of older codes like BCDIC, BCD and back to Hollerith. |  | | Should one use the numerical value of a byte as the base of a collating sequence, then the letters precede the digits, and the small letters the capital letters. |  | | Around 1965 IBM announced a new computer series, that became known as System 360. |
|
http://www.terena.nl/library/multiling/euroml/section05.html
|
|
| |
| | EBCDIC |
 | | If you are to give the EBCDIC for a two digit number, for example 27, you would have to hit two keys on the keyboard to enter 27 into the computer. |  | | There must be four bits used for both the zone and the digit, so the 8, 4, and 2 positions all have a zero in them. |  | | The letter N is in the 1101 zone and 0101 digit, so the EBCDIC for N would be 1101 0101. |
|
http://www.templejc.edu/dept/cis/TBotts/ITSC1301/ebcdic.htm
|
|
| |
| | ASCII and EBCDIC compared - Dynamoo.com |
 | | The character encoding is based on Binary Coded Decimal (BCD), so the contiguous characters in the alphanumeric range are formed up in blocks of up to 10 from 0000 binary to 1001 binary. |  | | This can cause a problem even if the EBCDIC system is only a mail relay. |  | | Unlike virtually every computer system in the world which uses a variant of ASCII, IBM mainframes and midrange systems such as the AS/400 tend to use a wholly incompatible character set primarily designed for ease of use on punched cards. |
|
http://www.dynamoo.com/technical/ascii-ebcdic.htm
|
|
| |
| | Extended Binary Coded Decimal Interchange Code from FOLDOC |
 | | EBCDIC is an extension to 8 bits of BCDIC (Binary Coded Decimal Interchange Code), an earlier 6-bit character set used on IBM computers. |  | | Users defined one translation which resulted in a so-called de-facto EBCDIC containing all the characters of ASCII, that all ASCII-related programs use. |  | | /eb's*-dik/, /eb'see`dik/, /eb'k*-dik/, /ee`bik'dik`/, /*-bik'dik`/ (EBCDIC) A proprietary 8-bit character set used on IBM dinosaurs, the AS/400, and e-Server. |
|
http://wombat.doc.ic.ac.uk/foldoc/foldoc.cgi?EBCDIC
|
|
| |
| | UTR #16: UTF-EBCDIC |
 | | EBCDIC, IBM's Extended Binary Coded Decimal Interchange Code, is one of the widely used 8-bit industry encodings. |  | | The remaining 96 bytes of EBCDIC 8-bit structure are allocated to X'A0' to X'FF' -- the trailing bytes and leading bytes of the I8-sequence.(from |  | | Since EBCDIC code page definitions have 13 variants (and only 82 invariants) the choice of the above byte map for the graphic characters has been made to accommodate the MVS Open Systems environment for standardization purposes. |
|
http://www.unicode.org/reports/tr16
|
|
| |
| | EBCDIC, ASCII, BAUDOT, BCD, Octal, Hex, Binary, Morse Code and Braille |
 | | Packed decimal numbers can be easily read in a hex memory dump without the need to convert the number from binary to base 10 because the packed decimal number is stored as a base 10 number. |  | | Packed decimal is a method of storing integers on IBM mainframes in a format that stores the number using an odd number of base 10 digits and a final sign character. |  | | There are instructions to convert packed decimal numbers to binary, and to convert packed decimal numbers to human readable EBCDIC numbers which is the default character set on IBM mainframes. |
|
http://www.geocities.com/mikes_javascript/hex_table_ascii.html
|
|
| |
| | Icon Program Library: procs/ebcdic.icn |
 | | Ebcdic() Returns a 256-byte string of EBCDIC characters in numerical order. |  | | These procedures assist in use of the ASCII and EBCDIC character sets, regardless of the native character set of the host: Ascii128() Returns a 128-byte string of ASCII characters in numerical order. |  | | See the SHARE Inc. publication "ASCII and EBCDIC Character Set and Code Issues in Systems Application Architecture" for more information than you would ever want to have on this subject. |
|
http://www.cs.arizona.edu/icon/library/procs/ebcdic.htm
|
|
| |
| | Info: (recode.info) EBCDIC |
 | | EBCDIC code =========== This charset is the IBM's External Binary Coded Decimal for Interchange Coding. |  | | grep -i ebcdic Note that `recode' may convert a pure stream of EBCDIC characters, but it does not know how to handle binary data between records which is sometimes used to delimit them and build physical blocks. |  | | `EBCDIC-CCC' In `recode', the `us..ebcdic-ccc' or `ebcdic-ccc..us' conversions represent the way Concurrent Computer Corporation (formerly Perkin Elmer) relates EBCDIC to 8-bits ASCII. |
|
http://www.cims.nyu.edu/cgi-comment/info2html?(recode.info)EBCDIC
|
|
| |
| | EBCDIC Character Set |
 | | However, when transferring data to or from IBM systems you will often encounter data that is in EBCDIC. |  | | Below are the commands to copy from an IBM tape to an ASCII disc file, converting EBCDIC fields in columns 3 through 7 (first byte is 1) and columns 14 through 27, then convert it back again. |  | | On HP-UX, you can write a program to call HP's nltranslate routine to translate ASCII arrays to EBCDIC, or use the dd program. |
|
http://www.robelle.com/smugbook/ebcdic.html
|
|
| |
| | EBCDIC |
 | | EBCDIC is similar to ASCII commonly used on most computers and computer equipment today. |  | | Short for extended binary coded decimal interchange code, EBCDIC was first developed by IBM and is a type of coding method generally used by larger computers to present letters, numbers and/or other symbols in a binary language the computer can understand. |  | | Were you able to locate the answer to your questions? |
|
http://www.xmission.com/~comphope/jargon/e/ebcdic.htm
|
|
| |
| | RFC 466 (rfc466) - Telnet logger/server for host LL-67 |
 | | Whenever the TELNET control NOP is included in an input string, it is mapped into an EBCDIC idle (X'17') and then removed from the string. |  | | ASCII is assumed unless the first byte received is the TELNET EBCDIC data type code (X'A2). |  | | CP then replies with: ENTER PASSWORD: followed by the EBCDIC code for bypass (x'24') which is mapped into the TELNET code hide-your-input. |
|
http://www.faqs.org/rfcs/rfc466.html
|
|
| |
| | RFC 338 (rfc338) - EBCDIC/ASCII Mapping for Network RJE |
 | | We also assumed that, if a user needs to access a larger subset of EBCDIC than the basic 89, he should do so by doing his rje directly in EBCDIC. |  | | An IBM 029 "EBCDIC" keypunch can create 63 graphics: the 89 basic EBCDIC graphics less the 26 lower case letters. |  | | Our original choice, therefore, was to map the mavericks in the input into EBCDIC question marks. |
|
http://www.faqs.org/rfcs/rfc338.html
|
|
| |
| | HMDC : How do I use EBCDIC, Column-Binary, Packed-Decimal ... data? |
 | | The software PERL programming language can also be used to convert EBCDIC on windows, and will also handle more obscure variants. |  | | This will create a file without any line-breaks, since EBCDIC files were all fixed-record-length anyway (e.g. |  | | where inputadata.ebcdic the name of the original EBCDIC file and outputdata.txt is what you would like the you'd like the resulting plain text file to be named. |
|
http://data.fas.harvard.edu/jsp/q_a.jsp?id=47&bct=q47
|
|
| |
| | ASCII to EBCDIC to BINARY - Room 42 Computers & The Internet Resource Center |
 | | Here is a handy reference chart for both the ASCII codes and the EBCDIC codes, as well as the decimal, hexadecimal, and binary representations. |  | | Dec Hex ASCII EBCDIC BINARY Dec Hex ASCII EBCDIC BINARY --------------------------------- ---------------------------------- 0 0 NUL NUL 0000 0000 32 20 DS 0010 0000 1 1 SOH SOH 0000 0001 33 21 ! |  | | When sending data encapsulated in a network packet between EBCDIC machines and ASCII machines (or visa versus), programmers need to translate from one character set to another. |
|
http://www.room42.com/store/computer_center/code_tables.shtml
|
|
| |
| | EBCDIC data conversion: COBOL, Packed, signed, Mainframe |
 | | We have also been able to convert files for which the file (field) specifications were unavailable or incomplete. |  | | The conversion has no user interaction, although it displays a progress report and reports any problems with bad data into an error file. |  | | VEDIT is a great tool for any project involving editing or converting EBCDIC files. |
|
http://www.ebcdic.biz
|
|
| |
| | Standards |
 | | In this case the additional symbols not in EBCDIC were just added consecutively in the empty places in the code table (again skipping the position after the space). |  | | Later the previous version was revised, and by now IBM came up with code pages for EBCDIC. |  | | This is the original version of EBCDIC, IBM's own standard. |
|
http://homepages.cwi.nl/~dik/english/codes/stand.html
|
|
| |
| | EBCDIC Encoding with .NET |
 | | Introduced by IBM, EBCDIC is an encoding mostly used on mainframes. |  | | Due to the lack of available information about the DBCS aspect of EBCDIC, this encoding class makes no effort whatsoever to simulate proper shifting. |  | | You could win a share of $400 by taking part in our message board quality post program! |
|
http://www.eggheadcafe.com/articles/20030521.asp
|
|
| |
| | EBCDIC Links |
 | | Convert comp3 data in ebcdic file to ascii format |  | | And we can all use some humor sometimes: see the EBCDIC entry in the Jargon file. |  | | GNU recode program - For you Unix weanies |
|
http://www.planetmvs.com/links/ebcdic.html
|
|
| |
| | EBCDIC to ASCII and ASCII to EBCDIC Conversion Charts |
 | | In addition to converting text from EBCDIC to ASCII, any binary, packed or BCD numeric fields may need to be reformatted to text-type numeric fields for the PC. |  | | If your records do contain such non-text data, then you can not use the file transfer program to perform the conversion. |  | | If the record contains any non-text fields (such as binary numeric fields, packed numeric fields, hex or packed date fields, or bit fields), the bytes in those fields cannot simply be "translated" from EBCDIC to ASCII. |
|
http://www.pacsys.com/asciitab.htm
|
|
| |
| | Companies - Specializing - Ebcdic Software |
 | | Specializes in: window, disk, programmer, utilities, editor, binary editor, calculator, hex workshop, ebcdic, sector editor, binary, sector, hex editor, base converter, ascii, checksum generator, breakpoint software |  | | Specializes in: comparison, large file, hexadecimal, windows, binary, file, ascii, octal, editor, free, decimal, ebcdic |  | | Specializes in: disk, window, programmer, utilities, editor, binary editor, calculator, hex workshop, ebcdic, sector editor, binary, sector, hex editor, base converter, ascii, checksum generator |
|
http://www.soft411.org/companies/ebcdic.html
|
|
| |
| | MTS, EBCDIC and ASCII |
 | | As you might guess the two thorniest issues over the IBM Code Page 37 was the square brackets and the logical not. |  | | After much debate we decided it made no sense to do cross graphics mapping and decided to go with a graphic to graphic mapping. |  | | Thus many applications that used the logical not as an input character had to be changed to accept the EBCDIC tilde (we had previously mapped EBCDIC logical nots to ASCII tildes). |
|
http://www.merit.edu/~rsc/MTS/ebcdic-to-ascii.html
|
|
| |
| | C# - EBCDIC <->ASCII Conversion |
 | | What is the correct method and syntax for reading in a stream of data in EBCDIC, so that I can pass the DLL the correct code format. |  | | Anyone have any idea's on how to format my incoming string utilizing the full 256 character values? |  | | I have standrd C++ DLL that performs ASCII<->EBCDIC conversions and I can call it successfully in other program languages. |
|
http://www.eggheadcafe.com/forums/Forumpost.asp?ID=4350&INTID=2
|
|
| |
| | MSN Encarta - Dictionary - EBCDIC |
 | | Search for "EBCDIC" in all of MSN Encarta |  | | Click here to search all of MSN Encarta |
|
http://encarta.msn.com/encnet/features/dictionary/DictionaryResults.aspx?refid=1861607335
|
|
| |
| | Converting EBCDIC to ASCII to reduce CPU time |
 | | RPM also attempts to match the current locale setting to an EBCDIC extension if one has not already been selected. |  | | RPM allows the user to select from a menu of languages, the extended EBCDIC codes. |  | | Converting EBCDIC to ASCII to reduce CPU time |
|
http://lpd.brooksnet.com/convert-EBCDIC-to-ASCII.html
|
|
| |
| | EBCDIC ASCII Translation |
 | | ;=============================================================================== ; ; Translate files from EBCDIC to ASCII and vice-versa. |  | | They are, however, very commonly used, so this script ; should work in many situations. |  | | PinnSoft Knowledge Base — Convert EBCDIC / ASCII |
|
http://members.aol.com/getmydata/pskb/EBCDIC-ASCII-Convert.htm
|
|
| |
| | Microsoft's XML: the New EBCDIC? |
 | | Orlowski's argument actually makes some sense when you realize that Microsoft is modeled after IBM in many ways. |  | | Andrew Orlowski, writing about this in The Register, makes the unique point that Microsoft may well be headed towards a dead-end along the lines of IBM and EBCDIC (extended binary-coded decimal interchange code). |  | | Does anyone but me wonder what's wrong with American business? |
|
http://www.pcmag.com/article2/0,4149,1046120,00.asp
|
|
| |
| | Cotse - Connected: An Internet Encyclopedia - 3.1.1.2. EBCDIC TYPE |
 | | The character code is the only difference between the functional specifications of EBCDIC and ASCII types. |  | | This type is intended for efficient transfer between hosts which use EBCDIC for their internal character representation. |  | | For transmission, the data are represented as 8-bit EBCDIC characters. |
|
http://www.cotse.com/CIE/RFC/959/10.htm
|
|
| |
| | Appendix B. ASCII/EBCDIC Character Sets |
 | | To find the character with the EBCDIC code value |  | | in the hexadecimal character value column and move left to the EBCDIC graphic column containing |
|
http://docs.hp.com/en/32650-90499/apb.html
|
|
| |
| | Merriam-Webster Online |
 | | For More Information on "EBCDIC" go to Britannica.com |  | | Get the Top 10 Search Results for "EBCDIC" |
|
http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&va=EBCDIC
|
|
|