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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 硝モシケ\ | 100011111100100111010011101111001011100101011100 | 8fc9d3bcb95c |
EUC-JP | 硝モシケ\ | 101111101100101110001110110100111000111010111100100011101011100101011100 | becb8ed38ebc8eb95c |
UTF-8 | 硝モシケ\ | 11100111101000011001110111101111101111101001001111101111101111011011110011101111101111011011100101011100 | e7a19defbe93efbdbcefbdb95c |
UHC | 硝???\ | 111101011010011000111111001111110011111101011100 | f5a63f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)