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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 恁≪?恁?h | 100111001000110010000001111000010011111110011100100011000011111101101000 | 9c8c81e13f9c8c3f68 |
EUC-JP | 恁≪?恁?h | 110101111110110010100010111000110011111111010111111011000011111101101000 | d7eca2e33fd7ec3f68 |
UTF-8 | 恁≪쭡恁텺h | 11100110100000011000000111100010100010011010101011101100101011011010000111100110100000011000000111101101100001011011101001101000 | e68181e289aaecada1e68181ed85ba68 |
UHC | 恁≪쭡恁텺h | 1110110011110110101000011110110010100111100101101110110011110110101101110100110101101000 | ecf6a1eca796ecf6b74d68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)