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 111001111100001001011010 e7c25a
EUC-JP 酊Z 111011101100010001011010 eec45a
UTF-8 酊Z 11101001100001011000101001011010 e9858a5a
UHC 酊Z 111011111111100001011010 eff85a

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