How many bits are used to represent unicodde,ASCII,UTF-16
and UTF-8 characters?

Answers were Sorted based on User's Feedback



How many bits are used to represent unicodde,ASCII,UTF-16 and UTF-8 characters?..

Answer / kala

for all characters in java used 2 bytes.

Is This Answer Correct ?    4 Yes 0 No

How many bits are used to represent unicodde,ASCII,UTF-16 and UTF-8 characters?..

Answer / stalin

for unicode 1-6 bits,utf-16 16 bits,utf-8 8 bits

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More Core Java Interview Questions

how to create multithreaded program? Explain different ways of using thread? : Java thread

0 Answers  


What is the purpose of void class?

0 Answers  


What are the advantages and disadvantages of reference counting in garbage collection?

0 Answers  


What are the steps to do connection pooling in weblogic?

1 Answers   TCS,


What is the use of singleton?

0 Answers  






How can a gui component handle its own events in java programming?

0 Answers  


explain the concept of inheritance with an example?

9 Answers   Polaris,


Add a value x to array from index l to r where 0 <= l <= r <= n-1

0 Answers   Amazon,


Write a program to print count of empty strings in java 8?

0 Answers  


Will minecraft java be discontinued?

0 Answers  


how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread

0 Answers  


What is the purpose of the file class in java programming?

0 Answers  


Categories