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 ?識\}?識\{^ 0011111110001110101011110101110001111101001111111000111010101111010111000111101101011110 3f8eaf5c7d3f8eaf5c7b5e
EUC-JP ?識\}?識\{^ 0011111110111100101100010101110001111101001111111011110010110001010111000111101101011110 3fbcb15c7d3fbcb15c7b5e
UTF-8 뤆識\}뤆識\{^ 1110101110100100100001101110100010101101100110000101110001111101111010111010010010000110111010001010110110011000010111000111101101011110 eba486e8ad985c7deba486e8ad985c7b5e
UHC 뤆識\}뤆識\{^ 10001111101101101110001111011011010111000111110110001111101101101110001111011011010111000111101101011110 8fb6e3db5c7d8fb6e3db5c7b5e

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