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 | ?c}?c{^ | 00111111011000110111110100111111011000110111101101011110 | 3f637d3f637b5e |
SJIS-WIN | 鯤c}鯤c{^ | 111010011100100001100011011111011110100111001000011000110111101101011110 | e9c8637de9c8637b5e |
EUC-JP | 鯤c}鯤c{^ | 111100101100101001100011011111011111001011001010011000110111101101011110 | f2ca637df2ca637b5e |
UTF-8 | 鯤c}鯤c{^ | 1110100110101111101001000110001101111101111010011010111110100100011000110111101101011110 | e9afa4637de9afa4637b5e |
UHC | 鯤c}鯤c{^ | 110011011110011001100011011111011100110111100110011000110111101101011110 | cde6637dcde6637b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)