answersLogoWhite

0


Best Answer

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/). == ==

User Avatar

Wiki User

16y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

10y ago

There are many websites that contain information on deciphering unicode characters. Among them are Stackoverflow, Decode Unicode, and Wikipedia. Use one of these sites as it can be process.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How can one decipher unicode characters?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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.


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.


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.


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.


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


Which standard is used to represent all characters including foreign language characters?

The Unicode standard is used to represent all characters, including foreign language characters. It provides a unique number for every character, regardless of platform, program, or language. This allows for consistent encoding and representation of text across different systems.


What code uses 16 bits and provides codes for 65000 characters?

unicode


How many characters does unicode supports?

it support the 65000 different universal character.


How do you write words with dots in Finnish?

You'd need a keyboard with umlauts, or you have to use unicode characters.


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.


How do you put double codes in c plus plus output?

If you mean wide chars, as in UNICODE, use the wide-character console output streams, such as std::wcout and std::wcerr. If you mean multi-byte characters, such as UTF8, convert the characters to UNICODE first.