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 ßÉÌÜ}ßÉÌÜ{^ 1101111111001001110011001101110001111101110111111100100111001100110111000111101101011110 dfc9ccdc7ddfc9ccdc7b5e
SJIS-WIN ????}????{^ 0011111100111111001111110011111101111101001111110011111100111111001111110111101101011110 3f3f3f3f7d3f3f3f3f7b5e
EUC-JP ßÉÌÜ}ßÉÌÜ{^ 100011111010100111001110100011111010101010110001100011111010101011000000100011111010101011100100011111011000111110101001110011101000111110101010101100011000111110101010110000001000111110101010111001000111101101011110 8fa9ce8faab18faac08faae47d8fa9ce8faab18faac08faae47b5e
UTF-8 ßÉÌÜ}ßÉÌÜ{^ 11000011100111111100001110001001110000111000110011000011100111000111110111000011100111111100001110001001110000111000110011000011100111000111101101011110 c39fc389c38cc39c7dc39fc389c38cc39c7b5e
UHC ß???}ß???{^ 10101001101011000011111100111111001111110111110110101001101011000011111100111111001111110111101101011110 a9ac3f3f3f7da9ac3f3f3f7b5e

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