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 | 0011111100111111001111110111011101101000 | 3f3f3f7768 |
SJIS-WIN | 萸??wh | 111001001100111000111111001111110111011101101000 | e4ce3f3f7768 |
EUC-JP | 萸??wh | 111010001101000000111111001111110111011101101000 | e8d03f3f7768 |
UTF-8 | 萸롫쳛wh | 1110100010010000101110001110101110100001101010111110110010110011100110110111011101101000 | e890b8eba1abecb39b7768 |
UHC | 萸롫쳛wh | 1110101110101101100011101110101110101011100000010111011101101000 | ebad8eebab817768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)