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 | 脛脛^ | 111100101111000011100011111110001111001011110000111000111111100001011110 | f2f0e3f8f2f0e3f85e |
EUC-JP | ?脛?脛^ | 00111111111001101111101000111111111001101111101001011110 | 3fe6fa3fe6fa5e |
UTF-8 | 脛脛^ | 11101110100010001010011111101000100001001001101111101110100010001010011111101000100001001001101101011110 | ee88a7e8849bee88a7e8849b5e |
UHC | ?脛?脛^ | 00111111110011001110101100111111110011001110101101011110 | 3fcceb3fcceb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)