answersLogoWhite

0


Best Answer

ASCII: 128; 95 printable, 33 control

iso-8859-1: 256; 191 printable, 65 control

unicode: many

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: The number of characters ascii standard supports?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which encoder creates ASCII?

ASCII (American Standard Code for Information Interchange) is a character-encoding scheme that was standardised in 1963. There is no encoder required to create ASCII. Every machine supports it as standard, although some implement it via UNICODE. The only difference is in the number of bytes used to represent each character. The default is one byte per character yielding 128 standard encodings that map exactly with the first 128 characters in UNICODE encoding.


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 number of characters in ASCII-8 number set?

128


How many characters can be encoded into ASCII?

ASCII stands for American Standard Code for Information Interchange. It provides a means to facilitate communication on computers. It has 128 characters.


What code represents computer characters?

American Standard Code for Information Interchange (ASCII )


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.


Why is the ascii system popular?

ASCII is popular because of the way a computer's architecture works. A standard ASCII keyboard displays all letters of the alphabet, but that is not enough to conform to the 32bit standard. So other characters were implemented and invented, and assigned their own numerals in HEX and Binary.


Why is the ASCII coding system popular?

ASCII is popular because of the way a computer's architecture works. A standard ASCII keyboard displays all letters of the alphabet, but that is not enough to conform to the 32bit standard. So other characters were implemented and invented, and assigned their own numerals in HEX and Binary.


The standard message format specified by smtp allows for lines that contain no more than ascii characters?

1000


What is a size of ASCII file that contains 200 characters?

200 characters is 200 characters, unless you are talking about Unicode (which isn't Ascii).


How do you convert a char to an integer in Visual Basic 2010?

A char is already an integer, so there is no conversion required. A character is simply an integer that maps to a glyph in the current code page. ASCII characters are 1 byte long and have a value in the range 0 to 127 while extended ASCII characters are in the 128 to 255 range. Wide characters (UTF16 UNICODE) characters are two bytes long and cover the range 0 to 65,535, where 0 to 127 map to the standard ASCII character set. UTF8 UNICODE characters are variable width (1 to 6 bytes in length), where 0 to 127 are single-byte characters mapping to the standard ASCII set.


How many characters are in a kilabyte?

If you're referring to kilobyte, then it contains 1024 bytes and if the characters are the standard ASCII character set where 1 character is 1 byte, then a kilobyte would have 1024 characters.