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 | 閼侫閼侫^ | 111010001000010010011011010001001110100010000100100110110100010001011110 | e8849b44e8849b445e |
EUC-JP | 閼侫閼侫^ | 111011111110010011010101101001011110111111100100110101011010010101011110 | efe4d5a5efe4d5a55e |
UTF-8 | 閼侫閼侫^ | 11101001100101101011110011100100101111101010101111101001100101101011110011100100101111101010101101011110 | e996bce4beabe996bce4beab5e |
UHC | 閼?閼?^ | 11100100110110010011111111100100110110010011111101011110 | e4d93fe4d93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)