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 ìø’ì§¸e^ 1110110011111000100100101110110010100111101110000110010101011110 ecf892eca7b8655e
SJIS-WIN ????§?e^ 001111110011111100111111001111111000000110011000001111110110010101011110 3f3f3f3f81983f655e
EUC-JP ìø?째e^ 1000111110101011110000001000111110101001110011000011111110001111101010111100000010100001111110001000111110100010101100010110010101011110 8fabc08fa9cc3f8fabc0a1f88fa2b1655e
UTF-8 ìø’ì§¸e^ 1100001110101100110000111011100011000010100100101100001110101100110000101010011111000010101110000110010101011110 c3acc3b8c292c3acc2a7c2b8655e
UHC ?ø??§¸e^ 0011111110101001101010100011111100111111101000011101011110100010101011000110010101011110 3fa9aa3f3fa1d7a2ac655e

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