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^ | 111001010101101000111111001111110110001101011110 | e55a3f3f635e |
EUC-JP | 藥??c^ | 111010011011101100111111001111110110001101011110 | e9bb3f3f635e |
UTF-8 | 藥먲쉠c^ | 1110100010010111101001011110101110101000101100101110110010001001101000000110001101011110 | e897a5eba8b2ec89a0635e |
UHC | 藥먲쉠c^ | 1110010110110111100100001110111110111101101010100110001101011110 | e5b790efbdaa635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)