To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?寥? | 00111111100110111000110000111111 | 3f9b8c3f |
EUC-JP | ?寥? | 00111111110101011110110000111111 | 3fd5ec3f |
UTF-8 | 슳寥슳 | 111011001000101010110011111001011010111110100101111011001000101010110011 | ec8ab3e5afa5ec8ab3 |
UHC | 슳寥슳 | 100110101011101011101000111011111001101010111010 | 9abae8ef9aba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)