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 ?k 0011111101101011 3f6b
SJIS-WIN 賁k 111001101100101001101011 e6ca6b
EUC-JP 賁k 111011001100110001101011 eccc6b
UTF-8 賁k 11101000101100111000000101101011 e8b3816b
UHC 賁k 110111011101001101101011 ddd36b

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