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 ßˈ¾}ßˈ¾{^ 1101111111001011100010001011111001111101110111111100101110001000101111100111101101011110 dfcb88be7ddfcb88be7b5e
SJIS-WIN ????}????{^ 0011111100111111001111110011111101111101001111110011111100111111001111110111101101011110 3f3f3f3f7d3f3f3f3f7b5e
EUC-JP ßË??}ßË??{^ 10001111101010011100111010001111101010101011001100111111001111110111110110001111101010011100111010001111101010101011001100111111001111110111101101011110 8fa9ce8faab33f3f7d8fa9ce8faab33f3f7b5e
UTF-8 ßˈ¾}ßˈ¾{^ 11000011100111111100001110001011110000101000100011000010101111100111110111000011100111111100001110001011110000101000100011000010101111100111101101011110 c39fc38bc288c2be7dc39fc38bc288c2be7b5e
UHC ß??¾}ß??¾{^ 101010011010110000111111001111111010100011111010011111011010100110101100001111110011111110101000111110100111101101011110 a9ac3f3fa8fa7da9ac3f3fa8fa7b5e

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