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^ | 0011111100111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f3f635e |
SJIS-WIN | ??????c^ | 0011111100111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f3f635e |
EUC-JP | ??????c^ | 0011111100111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f3f635e |
UTF-8 | 吏ㅼ꺽吏뺥쉱c^ | 1110111110100111100111101110001110000101101111001110101010111010101111011110111110100111100111101110101110111010101001011110110010001001101100010110001101011110 | efa79ee385bceababdefa79eebbaa5ec89b1635e |
UHC | 吏ㅼ꺽吏뺥쉱c^ | 1110110010100111101001001110110010110010101010011110110010100111100101011110110110011010100010000110001101011110 | eca7a4ecb2a9eca795ed9a88635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)