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 á´L}á´L{^ 111000011011010001001100011111011110000110110100010011000111101101011110 e1b44c7de1b44c7b5e
SJIS-WIN ?´L}?´L{^ 0011111110000001010011000100110001111101001111111000000101001100010011000111101101011110 3f814c4c7d3f814c4c7b5e
EUC-JP á´L}á´L{^ 100011111010101110100001101000011010110101001100011111011000111110101011101000011010000110101101010011000111101101011110 8faba1a1ad4c7d8faba1a1ad4c7b5e
UTF-8 á´L}á´L{^ 11000011101000011100001010110100010011000111110111000011101000011100001010110100010011000111101101011110 c3a1c2b44c7dc3a1c2b44c7b5e
UHC ?´L}?´L{^ 0011111110100010101001010100110001111101001111111010001010100101010011000111101101011110 3fa2a54c7d3fa2a54c7b5e

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