answersLogoWhite

0

To enter extended ASCII characters using a keyboard, you can hold down the "Alt" key and type the corresponding numerical code on the numeric keypad. For example, pressing "Alt" + "128" will produce the character "€" (Euro sign). Make sure the Num Lock is enabled for this to work. Alternatively, you can use character map tools available in your operating system to copy and paste the desired characters.

User Avatar

AnswerBot

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


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 controls the keyboard and monitor and color on the monitor and an additional set of characters to the ASCII character set?

Ansi.sys


Is Alphanumeric Characters Is A Well-defined Set?

Not really, since there are several such sets. It really depends what characters you choose to include. In computers, there is the set of ASCII characters, several extended ASCII sets, the Unicode set, and several others.


What is the purpose of the ascii and extended ascii code?

The ASCII code 128 unique character ( 2 power 7 ). This was enough to represent all the (American and Britain English) characters in the keyboard. Here characters includes Alphabets, numbers, speical characters, symbols and Shift,ctrl,alt, tab (Non-Printable characters). Days rolled on. Other than American and British English, some other foreign languages occupied the space in the computer world. For ex, Korean, Japanesh. These languages extensively used more characters and symbols. Inorder to accompany all those letters/characters, the American Standard Institute enchanced the above ASCII code with one more bit. ie 2 power 8. So its now support 256 Unique characters. This is sufficient to represent all the characters in the all the countries languages. So this broadened ASCII is called Extended-Ascii. Regards, Rajan. P. Anna University.


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 difference between standard ASCII and extended ASCII?

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.


Can you draw Peter Griffin using the keyboard?

I can draw Stewie (uses non-ASCII characters): (ಠ ›ಠ)


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

According to this site.. (http://www.roysac.com/blog/2008/09/what-is-ascii-art-what-is-ansi-and-more.html)What is 7-Bit ASCII?The difference between 7-bit and 8-bit ASCII is pretty simple, assuming that you have a keyboard with the latin alphabet. 7-bit only uses characters that you can find on the keyboard. 8-bit uses additional characters that you cannot find on your keyboard, but which exist in "text mode" of the old MS DOS operating system. MS DOS hat 256 characters for text mode. Some of them are control chracters and not visible, such as Carriage Return, Line Feed (Line Break), the Tab character or the Escape character. The standard US-ASCII characters are the first 128 chracters of the character set, where 97 of them are usable for text and ASCII art.What is 8-Bit ASCII?8-bit ASCII art uses primarily characters after the 128 chracters of the US-ASCII character set. You cannot find those characters on your keyboard and could only generate them via programming code, special editors (like TheDraw or ACiDDraw4) or by pressing the ALT-Key and then type the character code (a number between 128 and 255) on your numeric keypad, while keeping the ALT-Key pressed. Those upper or "higher" characters are suitable for basic graphical elements, such as box borders, corners. Those characters are unique to the IBM PC and MS DOS and are not compatible with other operating systems, such as UNIX, Linux or MAC OS.


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

According to this site.. (http://www.roysac.com/blog/2008/09/what-is-ascii-art-what-is-ansi-and-more.html)What is 7-Bit ASCII?The difference between 7-bit and 8-bit ASCII is pretty simple, assuming that you have a keyboard with the latin alphabet. 7-bit only uses characters that you can find on the keyboard. 8-bit uses additional characters that you cannot find on your keyboard, but which exist in "text mode" of the old MS DOS operating system. MS DOS hat 256 characters for text mode. Some of them are control chracters and not visible, such as Carriage Return, Line Feed (Line Break), the Tab character or the Escape character. The standard US-ASCII characters are the first 128 chracters of the character set, where 97 of them are usable for text and ASCII art.What is 8-Bit ASCII?8-bit ASCII art uses primarily characters after the 128 chracters of the US-ASCII character set. You cannot find those characters on your keyboard and could only generate them via programming code, special editors (like TheDraw or ACiDDraw4) or by pressing the ALT-Key and then type the character code (a number between 128 and 255) on your numeric keypad, while keeping the ALT-Key pressed. Those upper or "higher" characters are suitable for basic graphical elements, such as box borders, corners. Those characters are unique to the IBM PC and MS DOS and are not compatible with other operating systems, such as UNIX, Linux or MAC OS.


What does a common keyboard do with ASCII?

A common keyboard translates the physical key presses into corresponding ASCII (American Standard Code for Information Interchange) values, which represent characters and control commands. When a key is pressed, the keyboard sends a specific ASCII code to the computer, indicating which character or function was activated. The computer then interprets this code and displays the appropriate character on the screen or executes the corresponding command. This process allows for consistent and standardized communication between the keyboard and computer systems.