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 ?y 0011111101111001 3f79
SJIS-WIN 玩y 100010101101111101111001 8adf79
EUC-JP 玩y 101101001110000101111001 b4e179
UTF-8 玩y 11100111100011101010100101111001 e78ea979
UHC 玩y 111010001100110001111001 e8cc79

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