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^ 111010111010010010000010010011001110101110100100100000100100110001011110 eba4824ceba4824c5e
SJIS-WIN ???L???L^ 001111110011111100111111010011000011111100111111001111110100110001011110 3f3f3f4c3f3f3f4c5e
EUC-JP �L�L^ 1000111110101011101100111000111110100010111100000011111101001100100011111010101110110011100011111010001011110000001111110100110001011110 8fabb38fa2f03f4c8fabb38fa2f03f4c5e
UTF-8 뤂L뤂L^ 110000111010101111000010101001001100001010000010010011001100001110101011110000101010010011000010100000100100110001011110 c3abc2a4c2824cc3abc2a4c2824c5e
UHC ?¤?L?¤?L^ 0011111110100010101101000011111101001100001111111010001010110100001111110100110001011110 3fa2b43f4c3fa2b43f4c5e

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