Search

The Online Encyclopedia and Dictionary

 
     
 

Encyclopedia

Dictionary

Quotes

 

EBCDIC

EBCDIC (Extended Binary Coded Decimal Interchange Code) is an 8-bit character encoding used on IBM mainframe and other platforms. These include s/390, z/OS, AS/400, and Transaction Processing System or TPS. It is also employed on various non-IBM platforms such as Mac OS +Classic and HP MPE/iX. It descended from punched cards and the corresponding six bit binary-coded decimal code that most of IBM's computer peripherals of the late 1950s and early 1960s used.

A single EBCDIC byte occupies up eight bits, which are divided in two halves or "nibbles". The first four bits is called the zone and represent the category of the character, whereas the last four bits is the called the digit and identify the specific character. There are a number of different versions of EBCDIC, customized for different countries.

Some East Asian countries use a double byte extension of EBCDIC to allow display of Chinese, Japanese and Korean scripts for their mainframes. In the double byte extension of EBCDIC, there are shift codes [0x0E,0x0F] to shift between the single byte and double byte modes.

IBM typically names all of its codepages with a number called a CCSID (Coded Character Set IDentifier). It is important to note that the same CCSID can have different character positions in a codepage. For example, the newline character can be a different byte value in s/390 Open Edition versus the other EBCDIC based operating systems. This becomes an issue when transferring EBCDIC based text data between machines.

Contents

History

EBCDIC was devised in the 1963-1964 timeframe by IBM and was announced with the release of the IBM System/360 line of mainframe computers. It was created to extend the Binary-Coded Decimal that existed at the time. EBCDIC was the predecessor to ASCII, which was devised in 1968. EBCDIC is an 8 bit encoding, vs. the 7 bit encoding of ASCII. Many extensions to ASCII had been devised before Unicode became a standard.

There is a nice correspondence between hexadecimal character codes and punch card codes for EBCDIC — an important feature at the time. An IBM card punch could make a 12-row punch card with up to 2 punches per column, the first punch somewhere in the first 3 rows (called the zone) and the second punch somewhere in the last 9 rows (called the number). The zone could thus be considered a value from 0 to 3, and the number a value from 0 to 9, where 0 means no punch, and non-zero means the corresponding row was punched. The initial version of EBCDIC was just (0xf-zone)<<4+number and defined only the lower-left 10x4 part of the table shown below (the zone was apparently reversed so the letters would at least be in alphabetic order).

All IBM mainframe peripherals and operating systems use EBCDIC. Their Operating Systems provide ASCII and UNICODE modes for translating these data types. Translation can occur within the hardware peripheral or in the software as required by the application.

There is an EBCDIC Unicode Transformation Format called UTF-EBCDIC proposed by the Unicode consortium, but it is not intended to be used in open interchange environments.

Codepage layout

This is CCSID 500, a variant of EBCDIC. Characters 0x00–0x3F and 0xFF are controls, 0x40 is space, 0x41 is no-break space, 0xCA is soft hyphen.

    0 1 2 3 4 5 6 7 8 9 A B C D E F
40     â ä à á ã å ç ñ [ . < ( + !
50   & é ê ë è í î ï ì ß ] $ * ) ; ^
60   - / Â Ä À Á Ã Å Ç Ñ ¦ , % _ > ?
70   ø É Ê Ë È Í Î Ï Ì ` : # @ ' = "
80   Ø a b c d e f g h i « » ð ý þ ±
90   ° j k l m n o p q r ª º æ ¸ Æ ¤
A0   µ ~ s t u v w x y z ¡ ¿ Ð Ý Þ ®
B0   ¢ £ ¥ · © § ¼ ½ ¾ ¬ | ¯ ¨ ´ ×
C0   { A B C D E F G H I ­ ô ö ò ó õ
D0   } J K L M N O P Q R ¹ û ü ù ú ÿ
E0   \ ÷ S T U V W X Y Z ² Ô Ö Ò Ó Õ
F0   0 1 2 3 4 5 6 7 8 9 ³ Û Ü Ù Ú  


See also

External links

Last updated: 06-02-2005 12:55:09
Last updated: 10-29-2005 02:13:46