How many bits are allocated to represent character of
character sets - Unicode, ASCII, UTF-16, UTF-8?



How many bits are allocated to represent character of character sets - Unicode, ASCII, UTF-16, UTF..

Answer / guest

Unicode----16 bits
ASCII-------8
UTF-16-------16,18 AND LARGER BIT PATTERNS
UTF-8---------8,16 AND18

Is This Answer Correct ?    9 Yes 2 No

Post New Answer

More Core Java Interview Questions

How do we make a class serialize?

3 Answers   Syntel,


Q) I have a ArrayList object, in that object i have added 5 integer values, 5 float values, 5 string values. Now question is how can delete particular type of data ( i.e all int values or all float values or string values) in that list object at a time?

3 Answers   Aricent,


What is java basic concept?

0 Answers  


Is 'sizeof' a keyword?

7 Answers  


What does I ++ mean?

0 Answers  






IS method overriding is Duplication of Methods?

5 Answers   CybAge,


Can arraylist contain null values?

0 Answers  


How to do validation of the fields in any project ?

2 Answers  


Is null a string in java?

0 Answers  


Can we extend private class in java?

0 Answers  


What is a percentage sign called?

0 Answers  


Break statement can be used as labels in java?

0 Answers  


Categories