UCS2 0x80 Encoding 방식

2013. 12. 27. 12:29Mobile/Phone book

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'.

'Mobile > Phone book' 카테고리의 다른 글

GSM 7Bit Table with UCS2 value  (0) 2013.12.27
UCS2 Format 종류  (0) 2013.12.27
UCS2 0x81 Encoding 방식  (0) 2013.12.27
UCS2 0x82 Encoding 방식  (0) 2013.12.27
Which one to choose: '0x80', '0x81', or '0x82'? [UCS2 Type 선택 기준]  (0) 2013.12.27