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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 低頭?豆遵 | 100100101110000110010011101010100011111110010011101001001000111110000101 | 92e193aa3f93a48f85 |
EUC-JP | 低頭?豆遵 | 110001001110001111000110101011000011111111000110101001101011110111100101 | c4e3c6ac3fc6a6bde5 |
UTF-8 | 低頭렧豆遵 | 111001001011110110001110111010011010000010101101111010111010000010100111111010001011000110000110111010011000000110110101 | e4bd8ee9a0adeba0a7e8b186e981b5 |
UHC | 低頭렧豆遵 | 11101110101110001101010011101001100011101011011011010100111001111111000111100101 | eeb8d4e98eb6d4e7f1e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)