Why is there no UTF-24? [duplicate]
Possible Duplicate: Why UTF-32 exists whereas only 21 bits are necessary to encode every character? The maximum Unicode code point is 0x10FFFF in UTF-32. UTF-32 has 21 information bits and 11 superfluous blank bits. So why is there no UTF-24 encoding (i.e. UTF-32 with the high byte removed) for storing each code point in 3 bytes rather than 4? Skippy Fastol Well, the truth is : UTF-24 was suggested in 2007 : http://unicode.org/mail-arch/unicode-ml/y2007-m01/0057.html The mentioned pros & cons being : "UTF-24 Advantages: 1. Fixed length code units. 2. Encoding format is easily detectable for