翻訳と辞書
Words near each other
・ Cestrum aurantiacum
・ Cestrum chimborazinum
・ Cestrum diurnum
・ Cestrum elegans
・ Cestrum fasciculatum
・ Cestrum nocturnum
・ Cestrum parqui
・ Cestrum tomentosum
・ Cestrus
・ Cestui que
・ Cestui que vie Act 1540
・ Cestui que Vie Act 1666
・ Cestui que Vie Act 1707
・ Cestus
・ Cestyll Garden
CESU-8
・ Cesuras
・ Cesvaine
・ Cesvaine Municipality
・ Cesvaine Palace
・ Cesvaine parish
・ Cesvi
・ Cesàro equation
・ Cesàro mean
・ Cesàro summation
・ Cesáreo Bernaldo de Quirós
・ Cesáreo Fernández Duro
・ Cesáreo Gabaráin
・ Cesáreo González
・ Cesáreo Octavio Deustua Escarza


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

CESU-8 : ウィキペディア英語版
CESU-8
The Compatibility Encoding Scheme for UTF-16: 8-Bit (CESU-8) is a variant of UTF-8 that is described in Unicode Technical Report #26 (). A Unicode code point from the Basic Multilingual Plane (BMP), i.e. a code point in the range U+0000 to U+FFFF, is encoded in the same way as in UTF-8. A Unicode supplementary character, i.e. a code point in the range U+10000 to U+10FFFF, is first represented as a surrogate pair, like in UTF-16, and then each surrogate code point is encoded in UTF-8. Therefore, CESU-8 needs six bytes (3 bytes per surrogate) for each Unicode supplementary character while UTF-8 needs only four. Each CESU-8 character code (1, 2, or 3 bytes) can be converted to exactly one UTF-16 code unit (2 bytes).
The encoding of Unicode supplementary characters works out to 11101101 1010yyyy 10xxxxxx 11101101 1011xxxx 10xxxxxx (yyyy represents the top five bits of the character minus one i.e. U+10
*
*
*
* becomes 1111, U+01
*
*
*
* becomes 0000, x represents the remaining bits of the character).
CESU-8 is not an official part of the Unicode Standard, because Unicode Technical Reports are informative documents only. It should be used exclusively for internal processing and never for external data exchange.
CESU-8 is similar to Java's Modified UTF-8 but does not have the special encoding of the NUL character (U+0000).
The Oracle database actually uses CESU-8 for its "UTF8" character set. Standard UTF-8 can be obtained using the character set "AL32UTF8" (since Oracle version 9.0).
==Examples==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「CESU-8」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.