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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 儼??泣?^ | 1001100101010110001111110011111110001011100000110011111101011110 | 99563f3f8b833f5e |
EUC-JP | 儼??泣?^ | 1101000110110111001111110011111110110101111000110011111101011110 | d1b73f3fb5e33f5e |
UTF-8 | 儼볥벨泣쮋^ | 11100101100001001011110011101011101100111010010111101011101100101010100011100110101100111010001111101100101011101000101101011110 | e584bcebb3a5ebb2a8e6b3a3ecae8b5e |
UHC | 儼볥벨泣쮋^ | 1110010111110000100100111110101110111010101001111110101111101000101010000110001101011110 | e5f093ebbaa7ebe8a8635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)