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 | wi | 10001100011101111001011101101001 | 8c779769 |
SJIS-WIN | ?w?i | 00111111011101110011111101101001 | 3f773f69 |
EUC-JP | ?w?i | 00111111011101110011111101101001 | 3f773f69 |
UTF-8 | wi | 110000101000110001110111110000101001011101101001 | c28c77c29769 |
UHC | ?w?i | 00111111011101110011111101101001 | 3f773f69 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)