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 | ?????{d | 00111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f7b64 |
SJIS-WIN | 恁≪?恁?{d | 10011100100011001000000111100001001111111001110010001100001111110111101101100100 | 9c8c81e13f9c8c3f7b64 |
EUC-JP | 恁≪?恁?{d | 11010111111011001010001011100011001111111101011111101100001111110111101101100100 | d7eca2e33fd7ec3f7b64 |
UTF-8 | 恁≪쭡恁첞{d | 1110011010000001100000011110001010001001101010101110110010101101101000011110011010000001100000011110110010110010100111100111101101100100 | e68181e289aaecada1e68181ecb29e7b64 |
UHC | 恁≪쭡恁첞{d | 111011001111011010100001111011001010011110010110111011001111011010101011010010000111101101100100 | ecf6a1eca796ecf6ab487b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)