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 ????????\ 001111110011111100111111001111110011111100111111001111110011111101011100 3f3f3f3f3f3f3f3f5c
SJIS-WIN ?ェ?ッ?ェ?ョ\ 001111111010101000111111101011110011111110101010001111111010111001011100 3faa3faf3faa3fae5c
EUC-JP ?ェ?ッ?ェ?ョ\ 00111111100011101010101000111111100011101010111100111111100011101010101000111111100011101010111001011100 3f8eaa3f8eaf3f8eaa3f8eae5c
UTF-8 ェッェョ\ 11101110101111001011110011101111101111011010101011101110101111001011110011101111101111011010111111101110101111001011110011101111101111011010101011101110101111001011110011101111101111011010111001011100 eebcbcefbdaaeebcbcefbdafeebcbcefbdaaeebcbcefbdae5c
UHC ????????\ 001111110011111100111111001111110011111100111111001111110011111101011100 3f3f3f3f3f3f3f3f5c

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