Computer Science, asked by sonu727, 1 year ago

What is unicode in java???

Answers

Answered by sapama
4
Unicode is a computing industry standard designed to consistently and uniquely encode characters used in written languages throughout the world.
Answered by nalinsingh
3

Hey !!

Unicode is a single standard code which could manage to represent all languages of the world. Unicode characters are represented in one of the three encoding forms: 32-bit form (UTF - 32), a 16-bit form (UTF - 16) and an 8 bit form (UTF - 8). The 8-bit, byte oriented form, UTF-8 has been designed for ease of use with existing ASCII - based systems.


GOOD LUCK !!

Similar questions