Content deleted Content added
Line 5:
==In detail==
The tables below list the number of bytes per code point for different unicode ranges. Any additonal comments needed are included in the table. The figures assume that overheads at the start and end of the block of text are negligable.
===8 bit environments===
{| {{prettytable}}
|code range (hexadecimal)||[[UTF-8]]||[[UTF-16]]||[[UTF-32]]||[[GB18030]]
|-
|000000 - 00007F||1||2||4||1
|-
|000080 - 0007FF||2||2||4||
|-
|000800 - 00FFFF||3||2||4||
|-
|010000 - 10FFFF||4||4||4||
|}
|