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 _£\}_£\{^ 10001101010111111000110110100011010111000111110110001101010111111000110110100011010111000111101101011110 8d5f8da35c7d8d5f8da35c7b5e
SJIS-WIN ?_?£\}?_?£\{^ 001111110101111100111111100000011001001001011100011111010011111101011111001111111000000110010010010111000111101101011110 3f5f3f81925c7d3f5f3f81925c7b5e
EUC-JP ?_?£\}?_?£\{^ 001111110101111100111111101000011111001001011100011111010011111101011111001111111010000111110010010111000111101101011110 3f5f3fa1f25c7d3f5f3fa1f25c7b5e
UTF-8 _£\}_£\{^ 11000010100011010101111111000010100011011100001010100011010111000111110111000010100011010101111111000010100011011100001010100011010111000111101101011110 c28d5fc28dc2a35c7dc28d5fc28dc2a35c7b5e
UHC ?_??\}?_??\{^ 00111111010111110011111100111111010111000111110100111111010111110011111100111111010111000111101101011110 3f5f3f3f5c7d3f5f3f3f5c7b5e

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