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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 恁≪?恁l? | 10011100100011001000000111100001001111111001110010001100100000101000110000111111 | 9c8c81e13f9c8c828c3f |
EUC-JP | 恁≪?恁lŁ | 110101111110110010100010111000110011111111010111111011001010001111101100100011111010100110101000 | d7eca2e33fd7eca3ec8fa9a8 |
UTF-8 | 恁≪쭡恁lŁ | 1110011010000001100000011110001010001001101010101110110010101101101000011110011010000001100000011110111110111101100011001100010110000001 | e68181e289aaecada1e68181efbd8cc581 |
UHC | 恁≪쭡恁lŁ | 111011001111011010100001111011001010011110010110111011001111011010100011111011001010100010101001 | ecf6a1eca796ecf6a3eca8a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)