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 ?e 0011111101100101 3f65
SJIS-WIN 衷e 100100101000111101100101 928f65
EUC-JP 衷e 110000111110111101100101 c3ef65
UTF-8 衷e 11101000101000011011011101100101 e8a1b765
UHC 衷e 111101011111101101100101 f5fb65

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