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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 恁≫??? | 10011100100011001000000111100010001111110011111100111111 | 9c8c81e23f3f3f |
EUC-JP | 恁≫??? | 11010111111011001010001011100100001111110011111100111111 | d7eca2e43f3f3f |
UTF-8 | 恁≫슞李퍾 | 111001101000000110000001111000101000100110101011111011001000101010011110111011111010011110100001111011011000110110111110 | e68181e289abec8a9eefa7a1ed8dbe |
UHC | 恁≫슞李퍾 | 11101100111101101010000111101101100110101010101011101100101100001011110001010011 | ecf6a1ed9aaaecb0bc53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)