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^ 1000111111001011111111001111101101000100100011111100101111111100111110110100010001011110 8fcbfcfb448fcbfcfb445e
SJIS-WIN ????D????D^ 0011111100111111001111110011111101000100001111110011111100111111001111110100010001011110 3f3f3f3f443f3f3f3f445e
EUC-JP ?ËüûD?ËüûD^ 0011111110001111101010101011001110001111101010111110010010001111101010111110010101000100001111111000111110101010101100111000111110101011111001001000111110101011111001010100010001011110 3f8faab38fabe48fabe5443f8faab38fabe48fabe5445e
UTF-8 ËüûDËüûD^ 11000010100011111100001110001011110000111011110011000011101110110100010011000010100011111100001110001011110000111011110011000011101110110100010001011110 c28fc38bc3bcc3bb44c28fc38bc3bcc3bb445e
UHC ????D????D^ 0011111100111111001111110011111101000100001111110011111100111111001111110100010001011110 3f3f3f3f443f3f3f3f445e

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