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 ?] 0011111101011101 3f5d
SJIS-WIN 植] 100100000100000101011101 90415d
EUC-JP 植] 101111111010001001011101 bfa25d
UTF-8 植] 11100110101001001000110101011101 e6a48d5d
UHC 植] 111000111101010101011101 e3d55d

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