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 ?u 0011111101110101 3f75
SJIS-WIN 直u 100100101011110001110101 92bc75
EUC-JP 直u 110001001011111001110101 c4be75
UTF-8 直u 11100111100110111011010001110101 e79bb475
UHC 直u 111100101100000101110101 f2c175

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