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 ?Z 0011111101011010 3f5a
SJIS-WIN 螺Z 100101111000011001011010 97865a
EUC-JP 螺Z 110011011110011001011010 cde65a
UTF-8 螺Z 11101000100111101011101001011010 e89eba5a
UHC 螺Z 110101011010001001011010 d5a25a

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