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 ñü޳Dñü޳D^ 1111000111111100100011101011001101000100111100011111110010001110101100110100010001011110 f1fc8eb344f1fc8eb3445e
SJIS-WIN ????D????D^ 0011111100111111001111110011111101000100001111110011111100111111001111110100010001011110 3f3f3f3f443f3f3f3f445e
EUC-JP ñü??Dñü??D^ 10001111101010111101000010001111101010111110010000111111001111110100010010001111101010111101000010001111101010111110010000111111001111110100010001011110 8fabd08fabe43f3f448fabd08fabe43f3f445e
UTF-8 ñü޳Dñü޳D^ 11000011101100011100001110111100110000101000111011000010101100110100010011000011101100011100001110111100110000101000111011000010101100110100010001011110 c3b1c3bcc28ec2b344c3b1c3bcc28ec2b3445e
UHC ???³D???³D^ 00111111001111110011111110101001111110000100010000111111001111110011111110101001111110000100010001011110 3f3f3fa9f8443f3f3fa9f8445e

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