HTML Entity (dec) | 뼿 |
HTML Entity (hex) | 뼿 |
UTF-8 (hex) | 0xebbcbf / 0xeb 0xbc 0xbf (3 bytes) |
UTF-8 (dec) | 235, 188, 191 (3 bytes) |
UTF-16-BE (hex) | 0xbf3f / 0xbf 0x3f (2 bytes) |
UTF-16-BE (dec) | 191, 63 (2 bytes) |
UTF-32-BE (hex) | 0xbf3f / 0x00 0x00 0xbf 0x3f (4 bytes) |
UTF-32-BE (dec) | 0, 0, 191, 63 (4 bytes) |
C/C++/Java source code | "\ubf3f" |
Python source code | "\ubf3f" |