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 | 恁??ы? | 10011100100011000011111100111111100001001000110100111111 | 9c8c3f3f848d3f |
EUC-JP | 恁??ы? | 11010111111011000011111100111111101001111110110100111111 | d7ec3f3fa7ed3f |
UTF-8 | 恁튾泥ы슓 | 1110011010000001100000011110110110001010101111101110111110100111101000111101000110001011111011001000101010010011 | e68181ed8abeefa7a3d18bec8a93 |
UHC | 恁튾泥ы슓 | 11101100111101101011101001101101111011001011001010101100111011011001101010100010 | ecf6ba6decb2aced9aa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)