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 旬^ 100011110111101101011110 8f7b5e
EUC-JP 旬^ 101111011101110001011110 bddc5e
UTF-8 旬^ 11100110100101111010110001011110 e697ac5e
UHC 旬^ 111000101110001001011110 e2e25e

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