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 | Ízi | 100100001100110110001111011110101001111101101001 | 90cd8f7a9f69 |
SJIS-WIN | ???z?i | 001111110011111100111111011110100011111101101001 | 3f3f3f7a3f69 |
EUC-JP | ?Í?z?i | 0011111110001111101010101011111100111111011110100011111101101001 | 3f8faabf3f7a3f69 |
UTF-8 | Ízi | 11000010100100001100001110001101110000101000111101111010110000101001111101101001 | c290c38dc28f7ac29f69 |
UHC | ???z?i | 001111110011111100111111011110100011111101101001 | 3f3f3f7a3f69 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)