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 ?} 0011111101111101 3f7d
SJIS-WIN ?} 0011111101111101 3f7d
EUC-JP ?} 0011111101111101 3f7d
UTF-8 혺} 11101101100110001011101001111101 ed98ba7d
UHC 혺} 110000101001111101111101 c29f7d

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