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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??縯??縯^ | 0011111100111111100011111101010011001011001111110011111110001111110101001100101101011110 | 3f3f8fd4cb3f3f8fd4cb5e |
UTF-8 | 잍뛝縯잍뛝縯^ | 11101100100111101000110111101011100110111001110111100111101110001010111111101100100111101000110111101011100110111001110111100111101110001010111101011110 | ec9e8deb9b9de7b8afec9e8deb9b9de7b8af5e |
UHC | 잍뛝縯잍뛝縯^ | 10011111111001101000110101011010111001101110000010011111111001101000110101011010111001101110000001011110 | 9fe68d5ae6e09fe68d5ae6e05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)