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 | ????W | 0011111100111111001111110011111101010111 | 3f3f3f3f57 |
SJIS-WIN | 畯???W | 111110110110111100111111001111110011111101010111 | fb6f3f3f3f57 |
EUC-JP | 畯???W | 10001111110011011011101100111111001111110011111101010111 | 8fcdbb3f3f3f57 |
UTF-8 | 畯얹렰렜W | 11100111100101011010111111101100100101101011100111101011101000001011000011101011101000001001110001010111 | e795afec96b9eba0b0eba09c57 |
UHC | 畯얹렰렜W | 111100011110000110111110111100011000111010111101100011101010111001010111 | f1e1bef18ebd8eae57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)