answersLogoWhite

0

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

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

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 many characters are in the original 7-bit ascii character set?

128


What do you call an image created with characters?

Images created with printable ASCII characters is called an ASCII art. - Neeraj Sharma


Ascii value of 255?

ASCII standardizes characters between 0 and 127.


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 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.


Why do 0 through 9 have ASCII values?

That's because the inventor of ASCII code thought they are important characters.


How many ASCII characters is allowed by SMTP?

SMTP (Simple Mail Transfer Protocol) allows a total of 128 ASCII characters, which includes the standard printable characters (from space to tilde) as well as control characters. However, the actual envelope and header lines are limited to 7-bit ASCII, meaning only the first 128 characters can be used. Each line in an SMTP message is also limited to 78 characters for headers, with a maximum size of 10,000 bytes for the entire message.


The number of characters ascii standard supports?

ASCII: 128; 95 printable, 33 control iso-8859-1: 256; 191 printable, 65 control unicode: many


How many bits are used in the ASCII code assuming that no parity bit is used?

The ASCII code uses seven-bit patterns to denote 128 different characters. Ten of the characters are decimal digits 0 to 9. The higher order bits have the same pattern for all 10 digits. Each digit is identified by the low-order four bits using the binary patters of these digits. Capital and lowercase letters are encoded in a way that makes sorting of textual information easy.


What common method of obfuscation is used in most real world SQL attacks?

The ASCII HEX Encoded/Binary String method of obfuscation has been very popular, although there are new methods that have been suggested. By using the ASCII HEX Encoded/Binary String method, the resulting code injection is difficult to identify as a threat.