
- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What is Java Unicode System?
Unicode is a 16-bit character encoding standard and is capable to represent almost every character of well-known languages of the world.
Before Unicode, there were multiple standards to represent character encoding −
ASCII - for the United States.
ISO 8859-1 for Western European Language.
KOI-8 for Russian.
GB18030 and BIG-5 for Chinese.
So to support multinational application codes, some character was using single byte, some two. An even same code may represent a different character in one language and may represent other characters in another language.
To overcome above shortcoming, the unicode system was developed where each character is represented by 2 bytes.
- Related Questions & Answers
- Why Java uses Unicode System?
- What is Module System in Java 9?
- What is System Buses?
- What is the purpose of System class in Java?
- What is SAP ERP system?
- What is an Operating System?
- What is the operating system?
- What is a system call?
- What is a system program?
- What is a hybrid system?
- What is the Information System?
- What is Information System Resilience?
- What is British standard system and international standard system?
- What is a Doubly-Excited System?
- What is a Domain Name System?
Advertisements