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 ä¸U}ä¸U{^ 111001001011100001010101011111011110010010111000010101010111101101011110 e4b8557de4b8557b5e
SJIS-WIN ??U}??U{^ 001111110011111101010101011111010011111100111111010101010111101101011110 3f3f557d3f3f557b5e
EUC-JP ä¸U}ä¸U{^ 1000111110101011101000111000111110100010101100010101010101111101100011111010101110100011100011111010001010110001010101010111101101011110 8faba38fa2b1557d8faba38fa2b1557b5e
UTF-8 ä¸U}ä¸U{^ 11000011101001001100001010111000010101010111110111000011101001001100001010111000010101010111101101011110 c3a4c2b8557dc3a4c2b8557b5e
UHC ?¸U}?¸U{^ 0011111110100010101011000101010101111101001111111010001010101100010101010111101101011110 3fa2ac557d3fa2ac557b5e

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