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 ??\}??\{^ 001111110011111101011100011111010011111100111111010111000111101101011110 3f3f5c7d3f3f5c7b5e
SJIS-WIN ?姓\}?姓\{^ 0011111110010000101010010101110001111101001111111001000010101001010111000111101101011110 3f90a95c7d3f90a95c7b5e
EUC-JP ?姓\}?姓\{^ 0011111111000000101010110101110001111101001111111100000010101011010111000111101101011110 3fc0ab5c7d3fc0ab5c7b5e
UTF-8 敾姓\}敾姓\{^ 1110011010010101101111101110010110100111100100110101110001111101111001101001010110111110111001011010011110010011010111000111101101011110 e695bee5a7935c7de695bee5a7935c7b5e
UHC 敾姓\}敾姓\{^ 11100000110000001110000011110011010111000111110111100000110000001110000011110011010111000111101101011110 e0c0e0f35c7de0c0e0f35c7b5e

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