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 ?U 0011111101010101 3f55
SJIS-WIN 螺U 100101111000011001010101 978655
EUC-JP 螺U 110011011110011001010101 cde655
UTF-8 螺U 11101000100111101011101001010101 e89eba55
UHC 螺U 110101011010001001010101 d5a255

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