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 ?^ 0011111101011110 3f5e
SJIS-WIN 丞^ 100011111110010101011110 8fe55e
EUC-JP 丞^ 101111101110011101011110 bee75e
UTF-8 丞^ 11100100101110001001111001011110 e4b89e5e
UHC 丞^ 111000111010101001011110 e3aa5e

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