answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How is the character A represented in Unicode?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the unicode symbol E057?

I did it and it is this 


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 size in bits of a unicode character?

24


Write short note on ASCII and unicode?

In computer memory, character are represented using predefined character set. Historically 7 bit American Standard Code for Information Interchange (ASCII) code, 8 bit American National Standards Institute (ANSI) code and Extended Binary Coded Decimal Interchange Code(EBCDIC) were used. These coding scheme represents selected characters into 7 or 8 bit binary code. These character schemes do not represent all the characters in all the languages in uniform format. At present Unicode is used to represent characters into the computer memory. Unicode provides universal and efficient character presentations and hence evolved as modern character representation scheme. Unicode scheme is maintained by a non-profit organization called Unicode consortium. Unicode is also compatible with other coding scheme like ASCII. Unicode use either 16 bits or 32 bits to represent a character. Unicode has capability represent characters from all the major languages in use currently across the world.


What is UTF-8 and UTF-16?

UTF-8 is a variable length character encoding method for Unicode.. It is otherwise known as 8-bit UCS/Unicode Transformation Format. UTF-16 is another variable length character encoding method for Unicode, that is a stronger then UTF-8. It is otherwise known as 16 bit Unicode Transformation Method.


Why does java use unicode?

Transform character s into numbers (binary)


What is a unicode character set used for?

The unicode character set was used in the simplest forms of coding over 25 years ago and is still used today for computing in e-mails, the web, and even for fonts.


What is the maximum number of words you can type in the Microsoft Word?

There is no limit on words, but on characters. Depending on the character set you are using, each character is represented by 8 or 16 units of information, generally. If you have a 64-bit computer, it can handle, I believe, 4,294,967,296 (4.29 billion) characters in a standard character set such as Unicode-8.


How many characters does unicode supports?

it support the 65000 different universal character.


What size of space in a computer is used to hold a character?

1 byte (Unicode)


How many KB in one character?

A character in ASCII format requires only one byte and a character in UNICODE requires 2 bytes.