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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 硝モシケF | 100011111100100111010011101111001011100101000110 | 8fc9d3bcb946 |
EUC-JP | 硝モシケF | 101111101100101110001110110100111000111010111100100011101011100101000110 | becb8ed38ebc8eb946 |
UTF-8 | 硝モシケF | 11100111101000011001110111101111101111101001001111101111101111011011110011101111101111011011100101000110 | e7a19defbe93efbdbcefbdb946 |
UHC | 硝???F | 111101011010011000111111001111110011111101000110 | f5a63f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)