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 | ç粤e^ | 1110011110011111100101111110011110110010101001000110010101011110 | e79f97e7b2a4655e |
SJIS-WIN | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
EUC-JP | ç??ç?¤e^ | 1000111110101011101011100011111100111111100011111010101110101110001111111000111110100010111100000110010101011110 | 8fabae3f3f8fabae3f8fa2f0655e |
UTF-8 | ç粤e^ | 1100001110100111110000101001111111000010100101111100001110100111110000101011001011000010101001000110010101011110 | c3a7c29fc297c3a7c2b2c2a4655e |
UHC | ????²¤e^ | 00111111001111110011111100111111101010011111011110100010101101000110010101011110 | 3f3f3f3fa9f7a2b4655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)