HTML Entity (dec) | 뱼 |
HTML Entity (hex) | 뱼 |
UTF-8 (hex) | 0xebb1bc / 0xeb 0xb1 0xbc (3 bytes) |
UTF-8 (dec) | 235, 177, 188 (3 bytes) |
UTF-16-BE (hex) | 0xbc7c / 0xbc 0x7c (2 bytes) |
UTF-16-BE (dec) | 188, 124 (2 bytes) |
UTF-32-BE (hex) | 0xbc7c / 0x00 0x00 0xbc 0x7c (4 bytes) |
UTF-32-BE (dec) | 0, 0, 188, 124 (4 bytes) |
C/C++/Java source code | "\ubc7c" |
Python source code | "\ubc7c" |