What is character encoding? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is character encoding?

16th Dec 2017, 11:04 AM
Sanidhya Sinha
Sanidhya Sinha - avatar
2 Answers
+ 2
a notation for storing and sharing list of actual binary values for each character we use , that's it utf8 uses 8bits to store characters hence you can store 2^8 characters. utf16 uses 16 bits to represent characters , hence you can store 2^16 characters. for example 'Z' is stored as 90 in binary i.e. 01011010 in utf-8 encoding format
16th Dec 2017, 12:03 PM
Morpheus
Morpheus - avatar
16th Dec 2017, 11:26 AM
Md. Nafis Ul Haque Shifat
Md. Nafis Ul Haque Shifat - avatar