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 100100110110001101111001 936379
EUC-JP 田y 110001011100010001111001 c5c479
UTF-8 田y 11100111100101001011000001111001 e794b079
UHC 田y 111011111010001101111001 efa379

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