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 | ÉiÉiB | 10010000110010010110100110010000110010010110100101000010 | 90c96990c96942 |
SJIS-WIN | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
EUC-JP | ?Éi?ÉiB | 0011111110001111101010101011000101101001001111111000111110101010101100010110100101000010 | 3f8faab1693f8faab16942 |
UTF-8 | ÉiÉiB | 1100001010010000110000111000100101101001110000101001000011000011100010010110100101000010 | c290c38969c290c3896942 |
UHC | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)