answersLogoWhite

0

What is a EBCDIC?

Updated: 10/3/2023
User Avatar

Wiki User

15y ago

Best Answer

EBCDIC code stands for extended binary coded decimal interchange code....it is an 8 bit code and can provide 256 different characters..it is used on ibm mainframes and on other large computers.. EBCDIC code stands for extended binary coded decimal interchange code....it is an 8 bit code and can provide 256 different characters..it is used on ibm mainframes and on other large computers..

User Avatar

Wiki User

15y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

A standard code that uses 8 bits to represent each of up to 256 alphanumeric characters. extended-binary-coded-decimal-interchange-code-1

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

Extended Binary Coded Decimal Interchange Code.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a EBCDIC?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is that EBCDIC?

EBCDIC is Extended Binary Coded Decimal Interchange Code. It was the character encoding scheme developed and used by IBM. EBCDIC is completely overshadowed by ASCII and ASCII's big brother, Unicode. EBCDIC is very difficult to use, as the alphabet is non-contiguous and the encoding makes no logical sense.


What ASCII and EBCDIC?

coding character data


What is the ebcdic code for the letter B?

0xC2


What does the acronym ebcdic mean?

The acronym EBCDIC means: Extended Binary Coded Decimal Interchange Code. The EBCDIC is an 8-bit character encoding system used on IBM systems that stems from the old punch card systems used in the 1950's and early 1960's.


What is the expansion of ebcdic?

extended binary coded decimal interchange code


What are the advantages and disadvantages of EBCDIC?

EBCDIC (Extended Binary-Coded Decimal Interchange Code) is a character encoding system used by IBM mainframe computers. It is a binary code used to represent character data, and is an extension of the earlier ASCII code. EBCDIC is used primarily on IBM mainframe computers, and its variants are used on IBM midrange computers. EBCDIC has a number of advantages over ASCII. First, it is a more efficient code, requiring fewer bits to represent a character. Second, it allows for more characters to be represented, including accented characters and non-Latin alphabets. Third, it has built-in error-checking features that ASCII does not have. However, EBCDIC also has a number of disadvantages. First, it is not as widely used as ASCII, so there is less software available that can work with it. Second, it is not as easy to convert data from EBCDIC to ASCII (or vice versa) as it is with ASCII. Finally, EBCDIC is a proprietary code, developed and owned by IBM, so it cannot be used by other computer manufacturers without a license from IBM.


What do the letters EBCDIC stand for?

Extended Binary Coded Decimal Interchange Code


What is full form of ebcdic?

Extended binary coded decimal interchange code


Which of these acronyms represents a system used for coding information in many computers?

EBCDIC


What is the character set in c programs?

Ascii, Ebcdic, etc: platform-dependent


What code used in present day computing was developed by IBM corporation?

EBCDIC


What is the difference between ascii and ebcdic?

Due to the advancement of technology and our use of computers, the importance of ASCII and EBCDIC have all but ebbed. Both were important in the process of language encoding, however ASCII used 7 bits to encode characters before being extended where EBCDIC used 8 bits for that same process. ASCII has more characters than its counterpart and its ordering of letters is linear. EBCDIC is not. There are different versions of ASCII and despite this, most are compatible to one another; due to IBMs exclusive monopolization of EBCDIC, this encoding cannot meet the standards of modern day encoding schemes, like Unicode.