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

what models are available for event handling?

1 Answers  


Why we use protected in java?

0 Answers  


A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.

0 Answers  


What is meant by class loader? How many types are there? When will we use them?

0 Answers  


In what ways you can handle exception ?

3 Answers  






What is the size of a string in java?

0 Answers  


What is difference between static and abstract class?

0 Answers  


What is the maximum size of list in java?

0 Answers  


What is jdbc api?

0 Answers  


What is unmodifiable list in java?

0 Answers  


Can you have two constructors in java?

0 Answers  


What are variable arguments or varargs?

0 Answers  


Categories