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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 斜?斜?^ | 10001110110011100011111110001110110011100011111101011110 | 8ece3f8ece3f5e |
EUC-JP | 斜?斜?^ | 10111100110100000011111110111100110100000011111101011110 | bcd03fbcd03f5e |
UTF-8 | 斜윔斜윔^ | 11100110100101101001110011101100100111001001010011100110100101101001110011101100100111001001010001011110 | e6969cec9c94e6969cec9c945e |
UHC | 斜윔斜윔^ | 110111101101100011000000101010111101111011011000110000001010101101011110 | ded8c0abded8c0ab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)