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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 螢楢淦^ | 11100101101000111001001111101000100111111011111001011110 | e5a393e89fbe5e |
EUC-JP | 螢楢淦^ | 11101010101001011100011011101010110111101100000001011110 | eaa5c6eadec05e |
UTF-8 | 螢楢淦^ | 11101000100111101010001011100110101001011010001011100110101101111010011001011110 | e89ea2e6a5a2e6b7a65e |
UHC | 螢楢?^ | 111110111010101111101010111110010011111101011110 | fbabeaf93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)