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 ¼Ý¼¾}¼Ý¼¾{^ 1011110011011101101111001011111001111101101111001101110110111100101111100111101101011110 bcddbcbe7dbcddbcbe7b5e
SJIS-WIN ????}????{^ 0011111100111111001111110011111101111101001111110011111100111111001111110111101101011110 3f3f3f3f7d3f3f3f3f7b5e
EUC-JP ?Ý??}?Ý??{^ 001111111000111110101010111100100011111100111111011111010011111110001111101010101111001000111111001111110111101101011110 3f8faaf23f3f7d3f8faaf23f3f7b5e
UTF-8 ¼Ý¼¾}¼Ý¼¾{^ 11000010101111001100001110011101110000101011110011000010101111100111110111000010101111001100001110011101110000101011110011000010101111100111101101011110 c2bcc39dc2bcc2be7dc2bcc39dc2bcc2be7b5e
UHC ¼?¼¾}¼?¼¾{^ 1010100011111001001111111010100011111001101010001111101001111101101010001111100100111111101010001111100110101000111110100111101101011110 a8f93fa8f9a8fa7da8f93fa8f9a8fa7b5e

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