answersLogoWhite

0

What ASCII and EBCDIC?

Updated: 10/3/2023
User Avatar

Wiki User

11y ago

Best Answer

coding character data

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What ASCII and 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 is the character set in c programs?

Ascii, Ebcdic, etc: platform-dependent


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.


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.


Computer use special code for representing letter and number knows as the?

ASCII, EBCDIC and Unicode


Show how your surname would be stored using ASCII code?

Stored? It would not be stored as ASCII -- ASCII (American Standard Code for Information Interchange) is in common use in the US (EBCDIC - Extended Binary Coded Decimal Interchange Code is another type of ASCII and is used in many European countries.)My name is, for example, Bill TheCat - TheCat is my surname and is represented (not stored) in ASCII as "TheCat". Computers store data as 0s and 1s (in BINARY, which is not the same as EBCDIC) format.


Different types of alphanumeric code?

ASCII EBCDIC Unicode search wikipedia for knowing more about these alpha numeric codes!


What is the difference between 5 and '5'?

In C programming 5 is 5 (obviously), while '5' if 0x35 in ASCII, 0xF5 in EBCDIC.


Is a byte a single character?

In ASCII, EBCDIC, FIELDATA, etc. yes. However Unicode characters are composed of multiple bytes.


What are the different data communication codes?

what is the different types of communication codes explain with details


Write short notes on EBCDIC and Gray Codes?

Short for Extended Binary Coded Decimal Interchange Code, EBCDIC was first developed by IBM and is a coding method generally used by larger computers to present letters, numbers or other symbols in a binary language the computer can understand. EBCDIC is similar to ASCII commonly used on most computers and computer equipment today.


Why is ascii transfer sometimes necessary?

It performs conversion between different codesets, like ASCII and EBCDIC, and fixes the line-end incompatiblity between different systems (WinDos: CRLF, Unix: LF, Macintosh: CR)