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 100101111000011001010000 978650
EUC-JP 螺P 110011011110011001010000 cde650
UTF-8 螺P 11101000100111101011101001010000 e89eba50
UHC 螺P 110101011010001001010000 d5a250

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