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 ’H‘¤‘£^ 110000101001001001001000110000101001000111000010101001001100001010010001110000101010001101011110 c29248c291c2a4c291c2a35e
SJIS-WIN ??H???????£^ 00111111001111110100100000111111001111110011111100111111001111110011111100111111100000011001001001011110 3f3f483f3f3f3f3f3f3f81925e
EUC-JP �H�¤�£^ 10001111101010101010010000111111010010001000111110101010101001000011111110001111101010101010010010001111101000101111000010001111101010101010010000111111100011111010101010100100101000011111001001011110 8faaa43f488faaa43f8faaa48fa2f08faaa43f8faaa4a1f25e
UTF-8 ’H‘¤‘£^ 11000011100000101100001010010010010010001100001110000010110000101001000111000011100000101100001010100100110000111000001011000010100100011100001110000010110000101010001101011110 c382c29248c382c291c382c2a4c382c291c382c2a35e
UHC ??H???¤????^ 00111111001111110100100000111111001111110011111110100010101101000011111100111111001111110011111101011110 3f3f483f3f3fa2b43f3f3f3f5e

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