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 | 恁⑥??ы? | 100111001000110010000111010001010011111100111111100001001000110100111111 | 9c8c87453f3f848d3f |
EUC-JP | 恁???ы? | 1101011111101100001111110011111100111111101001111110110100111111 | d7ec3f3f3fa7ed3f |
UTF-8 | 恁⑥꺽泥ы슓 | 1110011010000001100000011110001010010001101001011110101010111010101111011110111110100111101000111101000110001011111011001000101010010011 | e68181e291a5eababdefa7a3d18bec8a93 |
UHC | 恁⑥꺽泥ы슓 | 111011001111011010101000111011001011001010101001111011001011001010101100111011011001101010100010 | ecf6a8ecb2a9ecb2aced9aa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)