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 樹^ 100011101111011101011110 8ef75e
EUC-JP 樹^ 101111001111100101011110 bcf95e
UTF-8 樹^ 11100110101010001011100101011110 e6a8b95e
UHC 樹^ 111000101010011101011110 e2a75e

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