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?? | 0011111100111111011000110011111100111111 | 3f3f633f3f |
SJIS-WIN | ?谿c嶸麗 | 0011111111100110101011100110001111111010101101001001011111101101 | 3fe6ae63fab497ed |
EUC-JP | 嶴谿c嶸麗 | 1000111110111011111100111110110010110000011000111000111110111011111101001100111011101111 | 8fbbf3ecb0638fbbf4ceef |
UTF-8 | 嶴谿c嶸麗 | 11100101101101101011010011101000101100001011111101100011111001011011011010111000111010011011101010010111 | e5b6b4e8b0bf63e5b6b8e9ba97 |
UHC | ?谿c嶸麗 | 0011111111001101101011000110001111100111101011101101010111110010 | 3fcdac63e7aed5f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)