answersLogoWhite

0


Best Answer

Character encoding is the way that a computer interprets and then displays a file as text. Each encoding has its own set of characters that it can match to the file. For example, the Windows-1252 encoding, used for Western European languages, contains characters like accented vowels that are used in Spanish, French, etc. However, an encoding used for Russian family languages would include characters from the Cyrillic alphabet.

Most encodings use 8 bits to encode a single character, which allows the encoding to contain up to 256 characters.

Unicode is a newer encoding system that uses a significantly different system for character encoding that allows it to surpass the 256 character limit. Over 100,000 characters are currently supported by Unicode/UTF-8.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a character encoding standard?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the meaninig of ASCII?

American Standard Code for Information Interchange. ASCII is a form of character encoding.


What is another term for character encoding scheme?

Character encoding is the only term narrowly. The encoding consists of a character set, character map, codeset, or code page.


What is mean by ASC11?

The American Standard Code for Information Interchange is a character-encoding scheme based on the ordering of the English alphabet.


What Is a standard for encoding and interpreting binary files images video and non-ASCII character sets within an email message?

MIME (Multipurpose Internet Mail Extensions) in 1992. MIME is a standard for encoding and interpreting binary files, images, video, and non-ASCII character sets within an e-mail message


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 another term for a character encoding schemes?

character set


What is a standard method for encoding data?

Encription


What is an extensive encoding scheme that can also represent all the characters of all the languages?

Unicode is an extensive encoding scheme that can represent all characters of all languages worldwide. It is designed to be a universal character encoding standard, accommodating scripts, symbols, emojis, and characters from various writing systems. Unicode ensures interoperability across different platforms and systems by providing a unique code point for each character.


Why was the UNICODE system invented?

The Unicode system was invented to create a universal character encoding standard that could support multiple languages and scripts. This standard allows for the representation of text in different languages and writing systems across various platforms and devices. Unicode helps to ensure consistency and interoperability in text encoding.


What encoding scheme is used by the 802.11a and 802.11g?

What encoding scheme is used by the 802.11a and 802.11g standards but not by the 802.11b standard?


What is unicode encoding scheme?

Unicode is a universal character encoding standard that assigns a unique number to every character in many different languages and scripts, allowing for consistent representation of text across different systems and applications. It supports a vast range of characters and symbols, making it essential for internationalization and multilingual support in software development.


Which layer is responsible for character-encoding schemes such as ASCII?

I assume you're talking about portion of the OSI model that handles character-encoding such as ASCII. It is the Presentation Layer of the OSI model.