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 ??\}??\{^ 001111110011111101011100011111010011111100111111010111000111101101011110 3f3f5c7d3f3f5c7b5e
EUC-JP ?盼\}?盼\{^ 00111111100011111100111011011001010111000111110100111111100011111100111011011001010111000111101101011110 3f8fced95c7d3f8fced95c7b5e
UTF-8 줴盼\}줴盼\{^ 1110110010100100101101001110011110011011101111000101110001111101111011001010010010110100111001111001101110111100010111000111101101011110 eca4b4e79bbc5c7deca4b4e79bbc5c7b5e
UHC 줴盼\}줴盼\{^ 11000001111000101101101011110000010111000111110111000001111000101101101011110000010111000111101101011110 c1e2daf05c7dc1e2daf05c7b5e

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