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 | 001111110111011101101000 | 3f7768 |
SJIS-WIN | 林wh | 10010111110100010111011101101000 | 97d17768 |
EUC-JP | 林wh | 11001110110100110111011101101000 | ced37768 |
UTF-8 | 林wh | 1110011010011110100101110111011101101000 | e69e977768 |
UHC | 林wh | 11010111111110010111011101101000 | d7f97768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)