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 ?v 0011111101110110 3f76
SJIS-WIN 鮮v 100100010100111001110110 914e76
EUC-JP 鮮v 110000011010111101110110 c1af76
UTF-8 鮮v 11101001101011101010111001110110 e9aeae76
UHC 鮮v 111000001101100001110110 e0d876

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