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 ‘´’Wn}‘´’Wn{^ 10010001101101001001001001010111011011100111110110010001101101001001001001010111011011100111101101011110 91b492576e7d91b492576e7b5e
SJIS-WIN ?´?Wn}?´?Wn{^ 001111111000000101001100001111110101011101101110011111010011111110000001010011000011111101010111011011100111101101011110 3f814c3f576e7d3f814c3f576e7b5e
EUC-JP ?´?Wn}?´?Wn{^ 001111111010000110101101001111110101011101101110011111010011111110100001101011010011111101010111011011100111101101011110 3fa1ad3f576e7d3fa1ad3f576e7b5e
UTF-8 ‘´’Wn}‘´’Wn{^ 11000010100100011100001010110100110000101001001001010111011011100111110111000010100100011100001010110100110000101001001001010111011011100111101101011110 c291c2b4c292576e7dc291c2b4c292576e7b5e
UHC ?´?Wn}?´?Wn{^ 001111111010001010100101001111110101011101101110011111010011111110100010101001010011111101010111011011100111101101011110 3fa2a53f576e7d3fa2a53f576e7b5e

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