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 曹晟\}曹晟\{^ 10010001100000101001110111101110010111000111110110010001100000101001110111101110010111000111101101011110 91829dee5c7d91829dee5c7b5e
EUC-JP 曹晟\}曹晟\{^ 11000001111000101101101011110000010111000111110111000001111000101101101011110000010111000111101101011110 c1e2daf05c7dc1e2daf05c7b5e
UTF-8 曹晟\}曹晟\{^ 1110011010011011101110011110011010011001100111110101110001111101111001101001101110111001111001101001100110011111010111000111101101011110 e69bb9e6999f5c7de69bb9e6999f5c7b5e
UHC 曹晟\}曹晟\{^ 11110000110001111110000011111001010111000111110111110000110001111110000011111001010111000111101101011110 f0c7e0f95c7df0c7e0f95c7b5e

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