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 ±¢¡þ±¢¡ü^ 101100011010001010100001111111101011000110100010101000011111110001011110 b1a2a1feb1a2a1fc5e
SJIS-WIN ±¢??±¢??^ 10000001011111011000000110010001001111110011111110000001011111011000000110010001001111110011111101011110 817d81913f3f817d81913f3f5e
EUC-JP ±¢¡þ±¢¡ü^ 101000011101111010100001111100011000111110100010110000101000111110101001110100001010000111011110101000011111000110001111101000101100001010001111101010111110010001011110 a1dea1f18fa2c28fa9d0a1dea1f18fa2c28fabe45e
UTF-8 ±¢¡þ±¢¡ü^ 1100001010110001110000101010001011000010101000011100001110111110110000101011000111000010101000101100001010100001110000111011110001011110 c2b1c2a2c2a1c3bec2b1c2a2c2a1c3bc5e
UHC ±?¡þ±?¡?^ 1010000110111110001111111010001010101110101010011010110110100001101111100011111110100010101011100011111101011110 a1be3fa2aea9ada1be3fa2ae3f5e

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