EBCDIC Code
EBCDIC Code
CONCEPT
The EBCDIC code (Extended Binary Coded Decimal Interchange Code) is a code of
Extended Binary Coded Decimal Exchange, which basically consists of the use
from a Binary Code applied for Printer Control, Communications between Devices
and the text editing that has been used as its own by the firm IBM, starting to
to be employed with the System/360.
There are many versions of EBCDIC with different characters. For example, there are at least 9.
national versions of EBCDIC with different sequences.
All characters are represented by 8 bits or two hexadecimal numbers, this code allows
the use of uppercase and lowercase letters as well as special and control characters (such as
like NULL and PF). These control characters are interpreted by peripheral devices such as
the printers and video terminals. Many combinations have no character assigned.
There are many variants of the use of the EBCDIC Code with the use of different
different characters, being then different sequences of the same characters but used
in different languages or regions, taking for example the case of EBCDIC Latin, which although it uses
the same number of characters, what varies are the sequences of them.
Origin
EBCDIC was conceived between 1963 and 1964 by IBM and announced with the launch of the line of
IBM System/360 computers.
This code arises as an expansion of the BCD code. In data transmissions, it is necessary
use a large number of control characters for message manipulation and execution
from other functions. Hence, the BCD code was extended to a representation using 8 bits.
giving rise to the EBCDIC code, an acronym for Extended Binary Coded Decimal Interchange Code
(Expanded Code of Decimal Characters Encoded in Binary for Exchange of
Information).
EBCDIC is analogous to the ASCII decoding scheme accepted more or less worldwide.
microcomputers or microcomputers. It is differentiated by using 8 bits for encoding,
which allows for 256 possible characters, in this case 8 bits to represent each symbol. (In contrast
with the 7 bits and 128 characters of the standard ASCII set). Although EBCDIC is not used much.
in microcomputers, it is known and internationally accepted, especially as code of
IBM for the company's mainframes and minicomputers.
USEFULNESS
It is used by IBM mainframe computers. IBM adapted EBCDIC from the card code.
perforated in the 60's and it was enacted as a customer control tactic, changing the code
ASCII standard. It is used to represent alphanumeric characters, controls, and punctuation marks.
EBCDIC Tables
A-11000001
B-11000010
C-11000011
D-11000100
E-11000101
F-11000110
G - 11 0 0 0 1 1 1
H-11001000
I-11001001
J-11010001
K-11010010
L-11010011
M-11010100
N-11010101
O-11010110
P-11010111
Q-11011000
R-11011001
S-11100010
T-11100011
U-11100100
V-11100101
W-11100110
X-11100111
Y-11101000
Z-11101001
0-11110000
1-11110001
2-11110010
3-11110011
4-11110100
5-11110101
6-11110110
7-11110111
8-11111000
9-11111001