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 ?@ 0011111101000000 3f40
SJIS-WIN 淮@ 100111111100110001000000 9fcc40
EUC-JP 淮@ 110111101100111001000000 dece40
UTF-8 淮@ 11100110101101111010111001000000 e6b7ae40
UHC 淮@ 111111001110011101000000 fce740

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