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 èTçJn}èTçJn{^ 11101000010101001110011101001010011011100111110111101000010101001110011101001010011011100111101101011110 e854e74a6e7de854e74a6e7b5e
SJIS-WIN ?T?Jn}?T?Jn{^ 00111111010101000011111101001010011011100111110100111111010101000011111101001010011011100111101101011110 3f543f4a6e7d3f543f4a6e7b5e
EUC-JP èTçJn}èTçJn{^ 100011111010101110110010010101001000111110101011101011100100101001101110011111011000111110101011101100100101010010001111101010111010111001001010011011100111101101011110 8fabb2548fabae4a6e7d8fabb2548fabae4a6e7b5e
UTF-8 èTçJn}èTçJn{^ 1100001110101000010101001100001110100111010010100110111001111101110000111010100001010100110000111010011101001010011011100111101101011110 c3a854c3a74a6e7dc3a854c3a74a6e7b5e
UHC ?T?Jn}?T?Jn{^ 00111111010101000011111101001010011011100111110100111111010101000011111101001010011011100111101101011110 3f543f4a6e7d3f543f4a6e7b5e

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