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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 賃?淨朧 | 10010010110000000011111110011111110001001001111001001111 | 92c03f9fc49e4f |
EUC-JP | 賃?淨朧 | 11000100110000100011111111011110110001101101101110110000 | c4c23fdec6dbb0 |
UTF-8 | 賃렪淨朧 | 111010001011001110000011111010111010000010101010111001101011011110101000111001101001110010100111 | e8b383eba0aae6b7a8e69ca7 |
UHC | 賃렪淨朧 | 1110110011111100100011101011100011101111111001001101011011101000 | ecfc8eb8efe4d6e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)