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 ?P 0011111101010000 3f50
SJIS-WIN 粗P 100100010110010101010000 916550
EUC-JP 粗P 110000011100011001010000 c1c650
UTF-8 粗P 11100111101100101001011101010000 e7b29750
UHC 粗P 111100001101100001010000 f0d850

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