. how much space your name takes to store in a computer system according to ASCII and UNICODE encoding scheme
Answers
Answered by
0
Answer:
(Only ASCII characters are encoded with a single byte in UTF-8.) UTF-8 is the most widely used way to represent Unicode text in web pages, and you should always use UTF-8 when creating your web pages and databases. But, in principle, UTF-8 is only one of the possible ways of encoding Unicode characters.
Explanation:
Similar questions