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 «£þ«£ýe^ 10001111101010111010001111111110100011111010101110100011111111010110010101011110 8faba3fe8faba3fd655e
SJIS-WIN ??£???£?e^ 001111110011111110000001100100100011111100111111001111111000000110010010001111110110010101011110 3f3f81923f3f3f81923f655e
EUC-JP ??£þ??£ýe^ 00111111001111111010000111110010100011111010100111010000001111110011111110100001111100101000111110101011111100100110010101011110 3f3fa1f28fa9d03f3fa1f28fabf2655e
UTF-8 «£þ«£ýe^ 110000101000111111000010101010111100001010100011110000111011111011000010100011111100001010101011110000101010001111000011101111010110010101011110 c28fc2abc2a3c3bec28fc2abc2a3c3bd655e
UHC ???þ????e^ 0011111100111111001111111010100110101101001111110011111100111111001111110110010101011110 3f3f3fa9ad3f3f3f3f655e

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