1.

How Many Bits Are Used To Represent Unicode, Ascii, Utf-16 And Utf-8 Characters?

Answer»
  • UNICODE requires 16 BITS.
  • ASCII require 7 bits. Although the ASCII character SET uses only 7 bits, it is usually represented as 8 bits.
  • UTF-8 represents characters using 8, 16, and 18 BIT patterns.
  • UTF-16 uses 16-bit and larger bit patterns.



Discussion

No Comment Found