HTML Entity (dec) | 꼴 |
HTML Entity (hex) | 꼴 |
UTF-8 (hex) | 0xeabcb4 / 0xea 0xbc 0xb4 (3 bytes) |
UTF-8 (dec) | 234, 188, 180 (3 bytes) |
UTF-16-BE (hex) | 0xaf34 / 0xaf 0x34 (2 bytes) |
UTF-16-BE (dec) | 175, 52 (2 bytes) |
UTF-32-BE (hex) | 0xaf34 / 0x00 0x00 0xaf 0x34 (4 bytes) |
UTF-32-BE (dec) | 0, 0, 175, 52 (4 bytes) |
C/C++/Java source code | "\uaf34" |
Python source code | "\uaf34" |