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 | ?yh | 001111110111100101101000 | 3f7968 |
SJIS-WIN | 但yh | 10010010010000010111100101101000 | 92417968 |
EUC-JP | 但yh | 11000011101000100111100101101000 | c3a27968 |
UTF-8 | 但yh | 1110010010111101100001100111100101101000 | e4bd867968 |
UHC | 但yh | 11010011101000110111100101101000 | d3a37968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)