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{^ 10000011010000001110001010011010011011100111110110000011010000001110001010011010011011100111101101011110 8340e29a6e7d8340e29a6e7b5e
SJIS-WIN ?@??n}?@??n{^ 00111111010000000011111100111111011011100111110100111111010000000011111100111111011011100111101101011110 3f403f3f6e7d3f403f3f6e7b5e
EUC-JP ?@â?n}?@â?n{^ 0011111101000000100011111010101110100100001111110110111001111101001111110100000010001111101010111010010000111111011011100111101101011110 3f408faba43f6e7d3f408faba43f6e7b5e
UTF-8 ƒ@âšn}ƒ@âšn{^ 11000010100000110100000011000011101000101100001010011010011011100111110111000010100000110100000011000011101000101100001010011010011011100111101101011110 c28340c3a2c29a6e7dc28340c3a2c29a6e7b5e
UHC ?@??n}?@??n{^ 00111111010000000011111100111111011011100111110100111111010000000011111100111111011011100111101101011110 3f403f3f6e7d3f403f3f6e7b5e

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