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 ?j 0011111101101010 3f6a
SJIS-WIN 嘔j 100110100111000101101010 9a716a
EUC-JP 嘔j 110100111101001001101010 d3d26a
UTF-8 嘔j 11100101100110001001010001101010 e598946a
UHC 嘔j 110011111010010101101010 cfa56a

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