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 | 醫拒醫居^ | 111001111100111010001011100100011110011111001110100010111000111101011110 | e7ce8b91e7ce8b8f5e |
EUC-JP | 醫拒醫居^ | 111011101101000010110101111100011110111011010000101101011110111101011110 | eed0b5f1eed0b5ef5e |
UTF-8 | 醫拒醫居^ | 11101001100001101010101111100110100010111001001011101001100001101010101111100101101100011000010101011110 | e986abe68b92e986abe5b1855e |
UHC | 醫拒醫居^ | 111011001010001011001011110111101110110010100010110010111101110001011110 | eca2cbdeeca2cbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)