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 | 陦侫陦侫^ | 111010001010000110011011010001001110100010100001100110110100010001011110 | e8a19b44e8a19b445e |
EUC-JP | 陦侫陦侫^ | 111100001010001111010101101001011111000010100011110101011010010101011110 | f0a3d5a5f0a3d5a55e |
UTF-8 | 陦侫陦侫^ | 11101001100110011010011011100100101111101010101111101001100110011010011011100100101111101010101101011110 | e999a6e4beabe999a6e4beab5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)