HTML Entity (dec) | 답 |
HTML Entity (hex) | 답 |
UTF-8 (hex) | 0xeb8bb5 / 0xeb 0x8b 0xb5 (3 bytes) |
UTF-8 (dec) | 235, 139, 181 (3 bytes) |
UTF-16-BE (hex) | 0xb2f5 / 0xb2 0xf5 (2 bytes) |
UTF-16-BE (dec) | 178, 245 (2 bytes) |
UTF-32-BE (hex) | 0xb2f5 / 0x00 0x00 0xb2 0xf5 (4 bytes) |
UTF-32-BE (dec) | 0, 0, 178, 245 (4 bytes) |
C/C++/Java source code | "\ub2f5" |
Python source code | "\ub2f5" |