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 | 揶?揶?^ | 10011101100010000011111110011101100010000011111101011110 | 9d883f9d883f5e |
EUC-JP | 揶?揶?^ | 11011001111010000011111111011001111010000011111101011110 | d9e83fd9e83f5e |
UTF-8 | 揶짣揶짣^ | 11100110100011111011011011101100101001111010001111100110100011111011011011101100101001111010001101011110 | e68fb6eca7a3e68fb6eca7a35e |
UHC | 揶짣揶짣^ | 111001011010101010100100010001001110010110101010101001000100010001011110 | e5aaa444e5aaa4445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)