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 ?n?~}?n?~{^ 0011111101101110001111110111111001111101001111110110111000111111011111100111101101011110 3f6e3f7e7d3f6e3f7e7b5e
SJIS-WIN ?n?~}?n?~{^ 0011111101101110001111110111111001111101001111110110111000111111011111100111101101011110 3f6e3f7e7d3f6e3f7e7b5e
EUC-JP ?n?~}?n?~{^ 0011111101101110001111110111111001111101001111110110111000111111011111100111101101011110 3f6e3f7e7d3f6e3f7e7b5e
UTF-8 창n혧~}창n혧~{^ 11101100101100001011110101101110111011011001100010100111011111100111110111101100101100001011110101101110111011011001100010100111011111100111101101011110 ecb0bd6eed98a77e7decb0bd6eed98a77e7b5e
UHC 창n혧~}창n혧~{^ 110000111010001001101110110000101000111101111110011111011100001110100010011011101100001010001111011111100111101101011110 c3a26ec28f7e7dc3a26ec28f7e7b5e

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