DICOM PS3.5 2024d - Data Structures and Encoding |
---|
Example J.4-1. Example of Long Text Value Representation in the Chinese Language Using GB18030
The following is an example of a Long Text Value Representation that includes ASCII and [GB 18030] character set.
Character encoded representation is:
0x54 0x68 0x65 0x20 0x66 0x69 0x72 0x73 0x74 0x20 0x6c 0x69 0x6e 0x65 0x20 0x69 0x6e 0x63 0x6c 0x75 0x64 0x65 0x73
0xd6 0xd0 0xce 0xc4
0x2e 0x0d 0x0a 0x54 0x68 0x65 0x20 0x73 0x65 0x63 0x6f 0x6e 0x64 0x20 0x6c 0x69 0x6e 0x65 0x20 0x69 0x6e 0x63 0x6c 0x75 0x64 0x65 0x73
0xd6 0xd0 0xce 0xc4
0x2c 0x20 0x74 0x6f 0x6f 0x2e 0x0d 0x0a 0x54 0x68 0x65 0x20 0x74 0x68 0x69 0x72 0x64 0x20 0x6c 0x69 0x6e 0x65 0x2e 0x0d 0x0a
The underlined byte codes correspond to the [GB 18030] encodings for the Chinese characters used:
中 (D6D0 in [GB 18030])
文 (CEC4 in [GB 18030])
DICOM PS3.5 2024d - Data Structures and Encoding |
---|