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 | ??????j^ | 0011111100111111001111110011111100111111001111110110101001011110 | 3f3f3f3f3f3f6a5e |
SJIS-WIN | ????訂?j^ | 001111110011111100111111001111111001001011111001001111110110101001011110 | 3f3f3f3f92f93f6a5e |
EUC-JP | ????訂?j^ | 001111110011111100111111001111111100010011111011001111110110101001011110 | 3f3f3f3fc4fb3f6a5e |
UTF-8 | 亐렕履렰訂렦j^ | 1110010010111010100100001110101110100000100101011110111110100111100111111110101110100000101100001110100010101000100000101110101110100000101001100110101001011110 | e4ba90eba095efa79feba0b0e8a882eba0a66a5e |
UHC | 亐렕履렰訂렦j^ | 1110101010100111100011101010101011101100101010101000111010111101111011111111010010001110101101010110101001011110 | eaa78eaaecaa8ebdeff48eb56a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)