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{^ 00111111010000000011111101000000011011100111110100111111010000000011111101000000011011100111101101011110 3f403f406e7d3f403f406e7b5e
SJIS-WIN ?@?@n}?@?@n{^ 00111111010000000011111101000000011011100111110100111111010000000011111101000000011011100111101101011110 3f403f406e7d3f403f406e7b5e
EUC-JP ?@?@n}?@?@n{^ 00111111010000000011111101000000011011100111110100111111010000000011111101000000011011100111101101011110 3f403f406e7d3f403f406e7b5e
UTF-8 청@청@n}청@청@n{^ 111011001011001010101101010000001110110010110010101011010100000001101110011111011110110010110010101011010100000011101100101100101010110101000000011011100111101101011110 ecb2ad40ecb2ad406e7decb2ad40ecb2ad406e7b5e
UHC 청@청@n}청@청@n{^ 1100001110111011010000001100001110111011010000000110111001111101110000111011101101000000110000111011101101000000011011100111101101011110 c3bb40c3bb406e7dc3bb40c3bb406e7b5e

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