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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蠇」螳、^ | 11111011101000011010001111100101101011101010010001011110 | fba1a3e5aea45e |
EUC-JP | ?」螳、^ | 0011111110001110101000111110101010110000100011101010010001011110 | 3f8ea3eab08ea45e |
UTF-8 | 蠇」螳、^ | 11101000101000001000011111101111101111011010001111101000100111101011001111101111101111011010010001011110 | e8a087efbda3e89eb3efbda45e |
UHC | ??螳?^ | 001111110011111111010011110110010011111101011110 | 3f3fd3d93f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)