How many bits does Unicode UTF-16 typically use per character?
A
32
B
16
C
8
D
64
Correct Answer: Option B — 16
Explanation:
UTF-16 encoding typically uses 16 bits (2 bytes) per character for most common characters, allowing it to represent a much wider range of sy...
UTF-16 encoding typically uses 16 bits (2 bytes) per character for most common characters, allowing it to represent a much wider range of symbols than ASCII.