answersLogoWhite

0


Best Answer

American Standard Code for Information Interchange. It is a system of computer code in which all values are given eight digit binary values (max 256 possible values). The first 32 values are for different operational functions such as Escape, Backspace, Carriage Return. The next 96 make up all the characters you have on your keyboard. The first 128 values comprise what is called the standard ASCII character set. The last 128 values (extended ASCII character set) are characters such as ¥, ó, ½.

EBCDIC (Extended Binary Coded Decimal Interchange Code ) (pronounced either "ehb-suh-dik" or "ehb-kuh-dik") is a binary code for alphabetic and numeric characters that IBM developed for its larger operating systems. It is the code for text files that is used in IBM's OS/390 operating system for its S/390 servers and that thousands of corporations use for their legacy applications and databases. In an EBCDIC file, each alphabetic or numeric character is represented with an 8-bit binary number (a string of eight 0's or 1's). 256 possible characters (letters of the alphabet, numerals, and special characters) are defined.

IBM's PC and workstation operating systems do not use IBM's proprietary EBCDIC. Instead, they use the industry standard code for text, ASCII. Conversion programs allow different operating systems to change a file from one code to another.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are differences between the ascii code and ebcdic code?
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 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.


What are the different data communication codes?

what is the different types of communication codes explain with details


Different types of alphanumeric code?

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


Convert string have a nice day to equivalent ascii code include spaces between words in the resultant ascii?

Convert string have a nice day to equivalent ascii code include spaces between words in the resultant ascii?


Define binary coding scheme in computer system?

A binary coding scheme is a method used for representing all of the digits, letters, special characters, and control characters available to a digital computer using groups of 0s and 1s. The two coding schemes in widest use are American Standard Code for Information Interchange (ASCII) and Extended Binary Coded Decimal Interchange Code (EBCDIC). Here are some examples of how the characters A, 7, and $ would be represented in ASCII and EBCIDIC: ASCII: A=01000001, 7= 00110111, $=00100100 EBCIDIC: A=11000001, 7=11110111, $=01011011


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 was bcd code extended to ebcdic code?

The major problem with BCD code is that only 64 (2 to the power 6) different charactor can be represented in it. this is not sufficient for providing decimal numbers (10), lower case letters (26), and large number of other special characters (28+) Rajesh Rajput se.rajesh.rajput@gmail.com ...And EBCDIC was obsoleted by ASCII because EBCDIC did not use continuous coding (all the letters of the alphabet in increasing binary values), and because IBM made it difficult for others to use.


What is the code of the space in the ASCII code?

32 is the ASCII Code for a space.


What is the ebcdic code for the letter B?

0xC2