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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 錏帷言^ | 11100111111110011001101111100111100011001011111001011110 | e7f99be78cbe5e |
EUC-JP | 錏帷言^ | 11101110111110111101011011101001101110001100000001011110 | eefbd6e9b8c05e |
UTF-8 | 錏帷言^ | 11101001100011001000111111100101101110001011011111101000101010001000000001011110 | e98c8fe5b8b7e8a8805e |
UHC | ??言^ | 0011111100111111111001011110101101011110 | 3f3fe5eb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)