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 | 恁???ы? | 1001110010001100001111110011111100111111100001001000110100111111 | 9c8c3f3f3f848d3f |
EUC-JP | 恁???ы? | 1101011111101100001111110011111100111111101001111110110100111111 | d7ec3f3f3fa7ed3f |
UTF-8 | 恁⑹㎚泥ы쉾 | 1110011010000001100000011110001010010001101110011110001110001110100110101110111110100111101000111101000110001011111011001000100110111110 | e68181e291b9e38e9aefa7a3d18bec89be |
UHC | 恁⑹㎚泥ы쉾 | 111011001111011010101001111011001010011110101100111011001011001010101100111011011001101010010010 | ecf6a9eca7acecb2aced9a92 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)