answersLogoWhite

0

ASCII is a set of digital codes widely used as a standard fromat in the transfer of text. Unicode is an international encoding standard for used with different languages and scripts

What else can I help you with?

Related Questions

What is the difference between ASCII and Unicode?

ASCII is a set of digital codes widely used as a standard fromat in the transfer of text. Unicode is an international encoding standard for used with different languages and scripts


What are the difference between Unicode and ASCII code?

describe the destination index


What is the cousin of ascii?

Unicode


Why do you need ascii?

You don't need ASCII, you need Unicode..


Reasearch and report on the issue of ascii coding and unicode coexist?

Reasearch and report on the issue of ascii coding and unicode coexist?


Need of ASCII and Unicode?

answer please


What is ASCII code of U?

Upper case U in ASCII/Unicode is binary 0101011, U is code number 85. Lower case u in ASCII/Unicode is binary 01110101, u is code number 117.


What is a 16-bit coding scheme called?

Unicode


This coding system is designed to support international languages like Chinese and Japanese?

unicode or ansic


Different types of alphanumeric code?

ASCII EBCDIC Unicode search wikipedia for knowing more about these alpha numeric codes!


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


What does Java use instead of ASCII?

ASCII and Java are 2 totally different things. ASCII is a naming convention where a certain letter, number, or punctuation mark is a specific keyboard code (Carriage Return, CR, is code 31, Line Feed 14, Capital A 96). Java is a programming language that handles text in multiple formats as needed, Unicode, EBDIC, ASCII. The two are not intertwined.