Computer Science
How is UTF-8 encoding scheme different from UTF-32 encoding scheme ?
Number System
24 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.
Answered By
9 Likes