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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?班懶?? | 00111111100101001100011110011100111011110011111100111111 | 3f94c79cef3f3f |
EUC-JP | ?班懶?? | 00111111110010001100100111011000111100010011111100111111 | 3fc8c9d8f13f3f |
UTF-8 | 뤾班懶렜씐 | 111010111010010010111110111001111000111110101101111001101000011110110110111010111010000010011100111011001001010010010000 | eba4bee78fade687b6eba09cec9490 |
UHC | 뤾班懶렜씐 | 10001111111010101101101011101100110101001111101110001110101011101011111010111011 | 8feadaecd4fb8eaebebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)