HTML Entity (dec) | 뾻 |
HTML Entity (hex) | 뾻 |
UTF-8 (hex) | 0xebbebb / 0xeb 0xbe 0xbb (3 bytes) |
UTF-8 (dec) | 235, 190, 187 (3 bytes) |
UTF-16-BE (hex) | 0xbfbb / 0xbf 0xbb (2 bytes) |
UTF-16-BE (dec) | 191, 187 (2 bytes) |
UTF-32-BE (hex) | 0xbfbb / 0x00 0x00 0xbf 0xbb (4 bytes) |
UTF-32-BE (dec) | 0, 0, 191, 187 (4 bytes) |
C/C++/Java source code | "\ubfbb" |
Python source code | "\ubfbb" |