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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 陷皇^ | 1110100010011100100011010110001101011110 | e89c8d635e |
EUC-JP | 陷皇^ | 1110111111111100101110011100010001011110 | effcb9c45e |
UTF-8 | 陷皇^ | 11101001100110011011011111100111100110101000011101011110 | e999b7e79a875e |
UHC | 陷皇^ | 1111100111101000111111001101010101011110 | f9e8fcd55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)