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 | çè Y | 11100111100111111001011111101000101000001000011101011001 | e79f97e8a08759 |
SJIS-WIN | ??????Y | 00111111001111110011111100111111001111110011111101011001 | 3f3f3f3f3f3f59 |
EUC-JP | ç??è??Y | 1000111110101011101011100011111100111111100011111010101110110010001111110011111101011001 | 8fabae3f3f8fabb23f3f59 |
UTF-8 | çè Y | 11000011101001111100001010011111110000101001011111000011101010001100001010100000110000101000011101011001 | c3a7c29fc297c3a8c2a0c28759 |
UHC | ??????Y | 00111111001111110011111100111111001111110011111101011001 | 3f3f3f3f3f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)