ebcdic
4 definitions found
ebcdic - Collaborative International Dictionary of English v.0.48 :
EBCDIC \EBCDIC\ ([e^]b"s[e^]*d[i^]k`), n. [acronym from Extended
Binary Coded Decimal Interchange Code.] (Computers)
a 8-bit code for representing alphanumerical information in a
digital information storage medium. It was used expecially on
IBM mainframes, and differed substantially from the ASCII
code. [acronym]
[PJC]
ebcdic - Free On-line Dictionary of Computing (26 May 2007) :
Extended Binary Coded Decimal Interchange Code
EBCDIC
<character, standard> /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.
EBCDIC is an extension to 8 bits of BCDIC (Binary Coded
Decimal Interchange Code), an earlier 6-bit character set used
on IBM computers. EBCDIC was [first?] used on the successful
System/360, anounced on 1964-04-07, and survived for many
years despite the almost universal adoption of ASCII
elsewhere. Was this concern for backward compatibility or,
as many believe, a marketing strategy to lock in IBM
customers?
IBM created 57 national EBCDIC character sets and an
International Reference Version (IRV) based on ISO 646 (and
hence ASCII compatible). Documentation on these was not
easily accessible making international exchange of data even
between IBM mainframes a tricky task.
US EBCDIC uses more or less the same characters as ASCII,
but different code points. It has non-contiguous letter
sequences, some ASCII characters do not exist in EBCDIC
(e.g. square brackets), and EBCDIC has some (cent sign,
not sign) not in ASCII. As a consequence, the translation
between ASCII and EBCDIC was never officially completely
defined. 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.
Some printers, telex machines, and even electronic cash
registers can speak EBCDIC, but only so they can converse with
IBM mainframes.
For an in-depth discussion of character code sets, and full
translation tables, see Guidelines on 8-bit character codes (ftp://ftp.ulg.ac.be/pub/docs/iso8859/iso8859.networking)
.
A history of character codes (http://tronweb.super-nova.co.jp/characcodehist.html)
.
Here is a simple translation table:
Least significant nibble ->
0 1 2 3 4 5 6 7 8 9 A B C D E F
0 ... controls ...
1
2
3 ... controls ...
4 a a a a a aa c n c . < ( + |
5 & e e e e i i i i ss ! $ * ) ; ^
6 - / A A A A A AA C N | , % _ > ?
7 o E E E E I I I I ` : # @ ' = "
8 O a b c d e f g h i << >> dh y th +-
9 o j k l m n o p q r -a -o ae , AE CUR
A u ~ s t u v w x y z ! ? DH [ TH (R)
B ~ L Y . (c) S: P: 1/4 1/2 3/4 Y " - ] ' x
C A B C D E F G H I o o o o o D
J K L M N O P Q R ^1 u u u u y
E \ : S T U V W X Y Z ^2 O O O O O
F 0 1 2 3 4 5 6 7 8 9 ^3 U U U U
E.g. the EBCDIC code for "A" is hexadecimal "C1".
(2002-03-03)
ebcdic - Jargon File (4.4.4, 14 Aug 2003) :
EBCDIC
/eb's@.dik/, /eb'see`dik/, /eb'k@.dik/, n.
[abbreviation, Extended Binary Coded Decimal Interchange Code] An
alleged character set used on IBM dinosaurs. It exists in at least
six mutually incompatible versions, all featuring such delights as
non-contiguous letter sequences and the absence of several ASCII
punctuation characters fairly important for modern computer languages
(exactly which characters are absent varies according to which
version
of EBCDIC you're looking at). IBM adapted EBCDIC from punched card
code in the early 1960s and promulgated it as a customer-control
tactic (see connector conspiracy), spurning the already established
ASCII standard. Today, IBM claims to be an open-systems company, but
IBM's own description of the EBCDIC variants and how to convert
between them is still internally classified top-secret,
burn-before-reading. Hackers blanch at the very name of EBCDIC and
consider it a manifestation of purest evil. See also fear and loathing
.
ebcdic - V.E.R.A. -- Virtual Entity of Relevant Acronyms (June 2006) :
EBCDIC
Extended Binary-Coded Decimal Interchange Code
|