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[^ 1000100010100011100011100110111001011011100010001010001110001110011011100101101101011110 88a38e6e5b88a38e6e5b5e
SJIS-WIN ?£?n[?£?n[^ 00111111100000011001001000111111011011100101101100111111100000011001001000111111011011100101101101011110 3f81923f6e5b3f81923f6e5b5e
EUC-JP ?£?n[?£?n[^ 00111111101000011111001000111111011011100101101100111111101000011111001000111111011011100101101101011110 3fa1f23f6e5b3fa1f23f6e5b5e
UTF-8 ˆ£Žn[ˆ£Žn[^ 1100001010001000110000101010001111000010100011100110111001011011110000101000100011000010101000111100001010001110011011100101101101011110 c288c2a3c28e6e5bc288c2a3c28e6e5b5e
UHC ???n[???n[^ 0011111100111111001111110110111001011011001111110011111100111111011011100101101101011110 3f3f3f6e5b3f3f3f6e5b5e

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