Computer Science
What are UTF-8 and UTF-32 encoding schemes. Which one is more popular encoding scheme ?
Number System
21 Likes
Answer
UTF-8 is a variable length encoding scheme that uses different number of bytes to represent different characters whereas UTF-32 is a fixed length encoding scheme that uses exactly 4 bytes to represent all Unicode code points. UTF-8 is the more popular encoding scheme.
Answered By
14 Likes