To what bitstring a character(s) is encoded in each character set?

Input one character or short letters and click "Convert."


(UTF-8)
Charset Character Bit string (binary) Bit String (hexadecimal)
ISO-8859-1 ?Q 0011111101010001 3f51
SJIS-WIN 哭Q 100110100100110001010001 9a4c51
EUC-JP 哭Q 110100111010110101010001 d3ad51
UTF-8 哭Q 11100101100100111010110101010001 e593ad51
UHC 哭Q 110011011101011001010001 cdd651

SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)