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 | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 揶??c^ | 100111011000100000111111001111110110001101011110 | 9d883f3f635e |
EUC-JP | 揶??c^ | 110110011110100000111111001111110110001101011110 | d9e83f3f635e |
UTF-8 | 揶쏅젲c^ | 1110011010001111101101101110110010001111100001011110110010100000101100100110001101011110 | e68fb6ec8f85eca0b2635e |
UHC | 揶쏅젲c^ | 1110010110101010100110111110101110100000101001100110001101011110 | e5aa9beba0a6635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)