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 100101110111010101011010 97755a
EUC-JP 蓉Z 110011011101011001011010 cdd65a
UTF-8 蓉Z 11101000100100111000100101011010 e893895a
UHC 蓉Z 111010011100100001011010 e9c85a

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