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 | ?hh | 001111110110100001101000 | 3f6868 |
SJIS-WIN | 但hh | 10010010010000010110100001101000 | 92416868 |
EUC-JP | 但hh | 11000011101000100110100001101000 | c3a26868 |
UTF-8 | 但hh | 1110010010111101100001100110100001101000 | e4bd866868 |
UHC | 但hh | 11010011101000110110100001101000 | d3a36868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)