CBSE Class 11 Computer Science
Question 60 of 91
Data Representation — Question 6
Back to all questions 6
Question Question 6
How is UTF-8 encoding scheme different from UTF-32 encoding scheme ?
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.