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 | ???wh | 0011111100111111001111110111011101101000 | 3f3f3f7768 |
SJIS-WIN | 恁≫?wh | 10011100100011001000000111100010001111110111011101101000 | 9c8c81e23f7768 |
EUC-JP | 恁≫?wh | 11010111111011001010001011100100001111110111011101101000 | d7eca2e43f7768 |
UTF-8 | 恁≫슞wh | 1110011010000001100000011110001010001001101010111110110010001010100111100111011101101000 | e68181e289abec8a9e7768 |
UHC | 恁≫슞wh | 1110110011110110101000011110110110011010101010100111011101101000 | ecf6a1ed9aaa7768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)