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 伊^ 100010001100100101011110 88c95e
EUC-JP 伊^ 101100001100101101011110 b0cb5e
UTF-8 伊^ 11100100101111001000101001011110 e4bc8a5e
UHC 伊^ 111011001010010101011110 eca55e

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