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{^ 11011111110001111011111111011100010011100111110111011111110001111011111111011100010011100111101101011110 dfc7bfdc4e7ddfc7bfdc4e7b5e
SJIS-WIN ????N}????N{^ 00111111001111110011111100111111010011100111110100111111001111110011111100111111010011100111101101011110 3f3f3f3f4e7d3f3f3f3f4e7b5e
EUC-JP ßÇ¿ÜN}ßÇ¿ÜN{^ 1000111110101001110011101000111110101010101011101000111110100010110001001000111110101010111001000100111001111101100011111010100111001110100011111010101010101110100011111010001011000100100011111010101011100100010011100111101101011110 8fa9ce8faaae8fa2c48faae44e7d8fa9ce8faaae8fa2c48faae44e7b5e
UTF-8 ßÇ¿ÜN}ßÇ¿ÜN{^ 110000111001111111000011100001111100001010111111110000111001110001001110011111011100001110011111110000111000011111000010101111111100001110011100010011100111101101011110 c39fc387c2bfc39c4e7dc39fc387c2bfc39c4e7b5e
UHC ß?¿?N}ß?¿?N{^ 1010100110101100001111111010001010101111001111110100111001111101101010011010110000111111101000101010111100111111010011100111101101011110 a9ac3fa2af3f4e7da9ac3fa2af3f4e7b5e

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