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 ??\n}??\n{^ 0011111100111111010111000110111001111101001111110011111101011100011011100111101101011110 3f3f5c6e7d3f3f5c6e7b5e
SJIS-WIN 篦糶\n}篦糶\n{^ 111000101100001011100010111110100101110001101110011111011110001011000010111000101111101001011100011011100111101101011110 e2c2e2fa5c6e7de2c2e2fa5c6e7b5e
EUC-JP 篦糶\n}篦糶\n{^ 111001001100010011100100111111000101110001101110011111011110010011000100111001001111110001011100011011100111101101011110 e4c4e4fc5c6e7de4c4e4fc5c6e7b5e
UTF-8 篦糶\n}篦糶\n{^ 11100111101011111010011011100111101100111011011001011100011011100111110111100111101011111010011011100111101100111011011001011100011011100111101101011110 e7afa6e7b3b65c6e7de7afa6e7b3b65c6e7b5e
UHC ??\n}??\n{^ 0011111100111111010111000110111001111101001111110011111101011100011011100111101101011110 3f3f5c6e7d3f3f5c6e7b5e

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