Computer Science, asked by aasa7708, 1 year ago

List the encoding systems for characters in memory

Answers

Answered by vArsHa012
4
here there!!

I hope this helps you
Attachments:
Answered by skyfall63
14

The following are the most commonly used character encoding system:

  • ASCII
  • ISO-8859-1
  • ISI-8859-15
  • UNICODE
  • Byte Order Mark

Explanation:

The encoding system is used to assign the binary characters for the given data.

ASCII is an American standard. Encoding system used to encode character and punctuation as used on type writers.  

ISO-8859 is an 8 code character encoding system which is used for most European languages.  

UTF-16, UTF-8, and UTF-32 are the most common UNICODE encoding systems.

Similar questions