answersLogoWhite

0

it support the 65000 different universal character.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is unicode in java?

Java Supports International programming so java supports Unicode


The number of characters ascii standard supports?

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


How can one decipher unicode characters?

That depends on your situation. If you have a Unicode-encoded file that you wish to read, you can try to open it with a Unicode-enabled editor, such as SC Unipad (http://www.unipad.org/main/). == ==


Unlike ascII unicode is a universal coding standard designed to represent text based data written in any language including those with different alphabets?

Unicode is a character encoding standard that aims to represent text in all writing systems worldwide. It allows for the encoding of characters from different languages and symbols in a single standard. Unlike ASCII, which is limited to only 128 characters, Unicode supports over 143,000 characters.


Why was Unicode created?

256 different characters is not enough Unicode enables the reliable store most of the world's characters in a (2 byte) fixed width mode with 65,564 characters.


What are the main differences between ASCII code and Unicode?

Range. ASCII has only 128 characters (95 visible, 33 control), UniCode has many-many thousands. Note: UniCode includes ASCII (first 128 characters), and ISO-8859-1 (first 256 characters). (From these you can deduct that ISO-8859-1 also includes ASCII.)


Maximum number of character that can be represented by unicode?

Unicode allows 17 "planes" of 2^16 characters. Thus, Unicode characters range from U+0000 to U+10FFFF - a total of 17 * 2^16 or 1,114,112 code points. As of Unicode 5.0.0, 102,012 actual characters have been assigned to code points.


Does Character literals are stored as unicode characters?

Character literals in Java are stored as UTF-16 Unicode characters. Each character takes up 16 bits of memory, allowing for representation of a wide range of characters in the Unicode character set.


What is the maximum number of characters or symbols that can be represented by unicode?

Unicode can represent a maximum of 1,144,447 characters, derived from its 17 planes, each containing 65,536 code points. However, the actual number of assigned characters is significantly lower, as many code points are reserved for future use or are designated as non-characters. As of now, Unicode includes over 149,000 characters covering a wide range of scripts and symbols.


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.


How many bits are in a Unicode character?

Depends on what you refer to as Unicode. Typically the ones you will see is UTF-8 which uses from up to one to three bytes per character (the two or three-byte characters are usually for characters used in various other languages that are not already covered under the ASCII codepage). Otherwise, the convention states that Unicode is UTF-16.


How does Unicode work?

Unicode is simply an international standard that assigns numerical values to characters. - LOTS of characters - currently over 136,000 of them; and it is designed in a way that even more can be assigned in the future.