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 | 続揃続揃^ | 100100011011000110010001101101011001000110110001100100011011010101011110 | 91b191b591b191b55e |
EUC-JP | 続揃続揃^ | 110000101011001111000010101101111100001010110011110000101011011101011110 | c2b3c2b7c2b3c2b75e |
UTF-8 | 続揃続揃^ | 11100111101101101001101011100110100011111000001111100111101101101001101011100110100011111000001101011110 | e7b69ae68f83e7b69ae68f835e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)