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 ?] 0011111101011101 3f5d
SJIS-WIN 嘲] 100110100111110101011101 9a7d5d
EUC-JP 嘲] 110100111101111001011101 d3de5d
UTF-8 嘲] 11100101100110001011001001011101 e598b25d
UHC 嘲] 111100001011111101011101 f0bf5d

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