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 ‰k””‘¢ŸÖ 10001001011010111000111110010100100011111001010010010001101000101001111111010110 896b8f948f9491a29fd6
SJIS-WIN ?k?????¢?? 0011111101101011001111110011111100111111001111110011111110000001100100010011111100111111 3f6b3f3f3f3f3f81913f3f
EUC-JP ?k?????¢?Ö 00111111011010110011111100111111001111110011111100111111101000011111000100111111100011111010101011010011 3f6b3f3f3f3f3fa1f13f8faad3
UTF-8 ‰k””‘¢ŸÖ 11000010100010010110101111000010100011111100001010010100110000101000111111000010100101001100001010010001110000101010001011000010100111111100001110010110 c2896bc28fc294c28fc294c291c2a2c29fc396
UHC ?k???????? 00111111011010110011111100111111001111110011111100111111001111110011111100111111 3f6b3f3f3f3f3f3f3f3f

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