answersLogoWhite

0

Standard ASCII (American Standard Code for Information Interchange) uses 7 bits to represent characters, allowing for 128 unique symbols, which include control characters and printable characters like letters, digits, and punctuation. Extended ASCII, on the other hand, uses 8 bits, enabling 256 characters, which includes the original 128 standard ASCII characters plus an additional set of 128 characters for various symbols, accented letters, and graphics, varying by specific encoding schemes like ISO-8859-1 or Windows-1252. This expansion allows for better support of international languages and special symbols.

User Avatar

AnswerBot

2w ago

What else can I help you with?

Related Questions

What is oem extended ascii?

Extended ASCII is 8-bit encoding which is wider than standard ASCII and also includes all characters from standard ASCII encoding.ASCII is 7-bit, 128 possible values; Extended ASCII is 8-bit , 256 possible value;128 first characters of Extended ASCII is the same as ASCII, next 128 are additional. This why it is called Extended ASCII.What is ASCII?ASCII is mainly English language characters encoding, that is used for representation of text information.


What is the difference between ASCII and Unicode?

ASCII is a set of digital codes widely used as a standard fromat in the transfer of text. Unicode is an international encoding standard for used with different languages and scripts


How many types of ASCII Code explain it?

There are primarily two types of ASCII code: standard ASCII and extended ASCII. Standard ASCII uses 7 bits to represent 128 characters, including control characters, digits, uppercase and lowercase letters, and some symbols. Extended ASCII expands this to 256 characters by using the 8th bit, allowing for additional characters, symbols, and graphical representations, which vary by encoding system. Common extended ASCII sets include ISO-8859-1 and Windows-1252, which accommodate various languages and special characters.


What are the similarities between ascii-7 and ascii-8?

First of all ASCII is encoding system that tells how binary data from file could be represented as text. Is was and still is very widely used starting 1960s. Standard ASCII encoding is 7-bits encoding allowing 128 values, while Extended ASCII is 8-bits encoding which allows 256 values, that is 128 more characters in the table. First 128 Extended ASCII table characters is the same as ASCII table, next 128 is additional characters.


What is the difference between ascii and iscii?

one of the major difference b/w ISCII and ASCII is that ASCII offers a larger range of characters than ISCII.


What is the difference between 7-bit ASCII and 8-bit ASCII?

ASCII is a 7 bit code developed and standardized by the telegraph industry for use on teletypes as a replacement for their older Baudot 5 bit code. The computing industry when they adopted ASCII extended it in several different nonstandard ways to an 8 bit code because after 1964 (when the IBM System 360 was introduced) the standard computer memory unit had become the 8 bit byte.


Is ASCII codes vary machine to machine?

No.ASCII stands for American Standard Code for Information Interchange. It couldn't be called a standard if it varied from machine to machine.Note that this only applies to the core ASCII values. Some machines/programs/formats will use a subset or extended set of ASCII codes.


What are the difference between Unicode and ASCII code?

describe the destination index


How many bits are in extended ASCII byte?

An extended ASCII byte (like all bytes) contains 8 bits, or binary digits.


What is different between unicode and ascii?

ASCII is a set of digital codes widely used as a standard fromat in the transfer of text. Unicode is an international encoding standard for used with different languages and scripts


Why ASCII has 256 characters?

ASCII, or the American Standard Code for Information Interchange, originally defined 128 characters, using 7 bits for encoding. However, the extended version, known as Extended ASCII, uses 8 bits, allowing for 256 characters (2^8 = 256). This extension includes the original 128 ASCII characters plus an additional set of 128 characters, which include various symbols, letters from different languages, and graphical characters. The use of 8 bits became a standard in many systems, accommodating a broader range of characters for diverse applications.


What is the meaning of the protocol acronyms ASCII?

ASCII- American Standard Code for Information Interchange