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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蚓?蚓?^ | 11100101011011010011111111100101011011010011111101011110 | e56d3fe56d3f5e |
EUC-JP | 蚓?蚓?^ | 11101001110011100011111111101001110011100011111101011110 | e9ce3fe9ce3f5e |
UTF-8 | 蚓빳蚓빳^ | 11101000100110101001001111101011101110011011001111101000100110101001001111101011101110011011001101011110 | e89a93ebb9b3e89a93ebb9b35e |
UHC | 蚓빳蚓빳^ | 111011001110001010111011101001011110110011100010101110111010010101011110 | ece2bba5ece2bba55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)