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 100110100110001001110110 9a6276
EUC-JP 喘v 110100111100001101110110 d3c376
UTF-8 喘v 11100101100101101001100001110110 e5969876
UHC 喘v 111101001011011101110110 f4b776

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