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 111000001111101101011010 e0fb5a
EUC-JP 瓔Z 111000001111110101011010 e0fd5a
UTF-8 瓔Z 11100111100100111001010001011010 e793945a
UHC 瓔Z 111001111100001001011010 e7c25a

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