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^ 111010111111100110100110010011001110101111111001101001100100110001011110 ebf9a64cebf9a64c5e
SJIS-WIN ???L???L^ 001111110011111100111111010011000011111100111111001111110100110001011110 3f3f3f4c3f3f3f4c5e
EUC-JP ëù¦Lëù¦L^ 100011111010101110110011100011111010101111100011100011111010001011000011010011001000111110101011101100111000111110101011111000111000111110100010110000110100110001011110 8fabb38fabe38fa2c34c8fabb38fabe38fa2c34c5e
UTF-8 ëù¦Lëù¦L^ 110000111010101111000011101110011100001010100110010011001100001110101011110000111011100111000010101001100100110001011110 c3abc3b9c2a64cc3abc3b9c2a64c5e
UHC ???L???L^ 001111110011111100111111010011000011111100111111001111110100110001011110 3f3f3f4c3f3f3f4c5e

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