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 | 10001110100000010111011101101000 | 8e817768 |
EUC-JP | 氏wh | 10111011111000010111011101101000 | bbe17768 |
UTF-8 | 氏wh | 1110011010110000100011110111011101101000 | e6b08f7768 |
UHC | 氏wh | 11100100101010110111011101101000 | e4ab7768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)