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 | ?Wh | 001111110101011101101000 | 3f5768 |
SJIS-WIN | 馮Wh | 11101001011001110101011101101000 | e9675768 |
EUC-JP | 馮Wh | 11110001110010000101011101101000 | f1c85768 |
UTF-8 | 馮Wh | 1110100110100110101011100101011101101000 | e9a6ae5768 |
UHC | 馮Wh | 11111001101001110101011101101000 | f9a75768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)