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 üÄÓ®}üÄÓ®{^ 1111110011000100110100111010111001111101111111001100010011010011101011100111101101011110 fcc4d3ae7dfcc4d3ae7b5e
SJIS-WIN ????}????{^ 0011111100111111001111110011111101111101001111110011111100111111001111110111101101011110 3f3f3f3f7d3f3f3f3f7b5e
EUC-JP üÄÓ®}üÄÓ®{^ 100011111010101111100100100011111010101010100011100011111010101011010001100011111010001011101110011111011000111110101011111001001000111110101010101000111000111110101010110100011000111110100010111011100111101101011110 8fabe48faaa38faad18fa2ee7d8fabe48faaa38faad18fa2ee7b5e
UTF-8 üÄÓ®}üÄÓ®{^ 11000011101111001100001110000100110000111001001111000010101011100111110111000011101111001100001110000100110000111001001111000010101011100111101101011110 c3bcc384c393c2ae7dc3bcc384c393c2ae7b5e
UHC ???®}???®{^ 00111111001111110011111110100010111001110111110100111111001111110011111110100010111001110111101101011110 3f3f3fa2e77d3f3f3fa2e77b5e

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