HTML Entity (dec) | 표 |
HTML Entity (hex) | 표 |
UTF-8 (hex) | 0xed919c / 0xed 0x91 0x9c (3 bytes) |
UTF-8 (dec) | 237, 145, 156 (3 bytes) |
UTF-16-BE (hex) | 0xd45c / 0xd4 0x5c (2 bytes) |
UTF-16-BE (dec) | 212, 92 (2 bytes) |
UTF-32-BE (hex) | 0xd45c / 0x00 0x00 0xd4 0x5c (4 bytes) |
UTF-32-BE (dec) | 0, 0, 212, 92 (4 bytes) |
C/C++/Java source code | "\ud45c" |
Python source code | "\ud45c" |