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 ¼ß¼ß}¼ß¼ß{^ 1011110011011111101111001101111101111101101111001101111110111100110111110111101101011110 bcdfbcdf7dbcdfbcdf7b5e
SJIS-WIN ????}????{^ 0011111100111111001111110011111101111101001111110011111100111111001111110111101101011110 3f3f3f3f7d3f3f3f3f7b5e
EUC-JP ?ß?ß}?ß?ß{^ 00111111100011111010100111001110001111111000111110101001110011100111110100111111100011111010100111001110001111111000111110101001110011100111101101011110 3f8fa9ce3f8fa9ce7d3f8fa9ce3f8fa9ce7b5e
UTF-8 ¼ß¼ß}¼ß¼ß{^ 11000010101111001100001110011111110000101011110011000011100111110111110111000010101111001100001110011111110000101011110011000011100111110111101101011110 c2bcc39fc2bcc39f7dc2bcc39fc2bcc39f7b5e
UHC ¼ß¼ß}¼ß¼ß{^ 10101000111110011010100110101100101010001111100110101001101011000111110110101000111110011010100110101100101010001111100110101001101011000111101101011110 a8f9a9aca8f9a9ac7da8f9a9aca8f9a9ac7b5e

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