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 ‘¼’Jn}‘¼’Jn{^ 10010001101111001001001001001010011011100111110110010001101111001001001001001010011011100111101101011110 91bc924a6e7d91bc924a6e7b5e
SJIS-WIN ???Jn}???Jn{^ 00111111001111110011111101001010011011100111110100111111001111110011111101001010011011100111101101011110 3f3f3f4a6e7d3f3f3f4a6e7b5e
EUC-JP ???Jn}???Jn{^ 00111111001111110011111101001010011011100111110100111111001111110011111101001010011011100111101101011110 3f3f3f4a6e7d3f3f3f4a6e7b5e
UTF-8 ‘¼’Jn}‘¼’Jn{^ 11000010100100011100001010111100110000101001001001001010011011100111110111000010100100011100001010111100110000101001001001001010011011100111101101011110 c291c2bcc2924a6e7dc291c2bcc2924a6e7b5e
UHC ?¼?Jn}?¼?Jn{^ 001111111010100011111001001111110100101001101110011111010011111110101000111110010011111101001010011011100111101101011110 3fa8f93f4a6e7d3fa8f93f4a6e7b5e

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