Comparison of Unicode encodings: Difference between revisions

Content deleted Content added
Eight-bit environments: adding UTF-EBCDIC
Line 20:
 
{| {{prettytable}}
|Code range (hexadecimal)||[[UTF-8]]||[[UTF-16]]||[[UTF-32]]||[[UTF-EBCDIC]]||[[GB18030]]
|-
|000000 - 00007F||1||2||4||1||1
|-
|000080 - 0007FF00009F||2||2||4||1||rowspan=25|2 for stuff inherited from <br>[[GB2312]]/[[GBK]] (e.g. most<br>most Chinese stuff) 4 for <br>everything else.
|-
|0008000000A0 - 00FFFF0003FF||32||2||4||2
|-
|010000000400 - 10FFFF0007FF||42||42||4||43
|-
|000800 - 003FFF||3||2||4||3
|-
|004000 - 00FFFF||3||2||4||4
|-
|010000 - 03FFFF||4||4||4||4||4
|-
|040000 - 10FFFF||4||4||4||5||4
|}