Mobile/Phone book

UCS2 0x80 Encoding 방식

빅터크룸 2013. 12. 27. 12:29

The encoding for '0x80' format is as follow:
   1. the first octet/byte is '0x80'
   2. The following octets are the 16 bit UCS characters, Little Endian format.

 

 

Example:

 We have 3 UCS2: Sকদ

The characters in bytes are: '0053' for "S", '0995' for "", and '09A6' for "".
The coding for Alpha field for this format is: '80 0053 0995 09A6'.