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 | ????g | 0011111100111111001111110011111101100111 | 3f3f3f3f67 |
SJIS-WIN | 楓蛟??g | 10010101100101101110010110000000001111110011111101100111 | 9596e5803f3f67 |
EUC-JP | 楓蛟??g | 11001001111101101110100111100000001111110011111101100111 | c9f6e9e03f3f67 |
UTF-8 | 楓蛟렰렪g | 11100110101001011001001111101000100110111001111111101011101000001011000011101011101000001010101001100111 | e6a593e89b9feba0b0eba0aa67 |
UHC | 楓蛟렰렪g | 111110011010001111001110111100011000111010111101100011101011100001100111 | f9a3cef18ebd8eb867 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)