CBSE Class 11 Computer Science
Question 67 of 91
Data Representation — Question 13
Back to all questions 13
Question Question 13
What are UTF-8 and UTF-32 encoding schemes. Which one is more popular 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. UTF-8 is the more popular encoding scheme.