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 | 恁⑦??ы? | 100111001000110010000111010001100011111100111111100001001000110100111111 | 9c8c87463f3f848d3f |
EUC-JP | 恁???ы? | 1101011111101100001111110011111100111111101001111110110100111111 | d7ec3f3f3fa7ed3f |
UTF-8 | 恁⑦삓泥ы슕 | 1110011010000001100000011110001010010001101001101110110010000010100100111110111110100111101000111101000110001011111011001000101010010101 | e68181e291a6ec8293efa7a3d18bec8a95 |
UHC | 恁⑦삓泥ы슕 | 111011001111011010101000111011011001100010011000111011001011001010101100111011011001101010100100 | ecf6a8ed9898ecb2aced9aa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)