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 ß÷ä¾}ß÷ä¾{^ 1101111111110111111001001011111001111101110111111111011111100100101111100111101101011110 dff7e4be7ddff7e4be7b5e
SJIS-WIN ?÷??}?÷??{^ 00111111100000011000000000111111001111110111110100111111100000011000000000111111001111110111101101011110 3f81803f3f7d3f81803f3f7b5e
EUC-JP ß÷ä?}ß÷ä?{^ 100011111010100111001110101000011110000010001111101010111010001100111111011111011000111110101001110011101010000111100000100011111010101110100011001111110111101101011110 8fa9cea1e08faba33f7d8fa9cea1e08faba33f7b5e
UTF-8 ß÷ä¾}ß÷ä¾{^ 11000011100111111100001110110111110000111010010011000010101111100111110111000011100111111100001110110111110000111010010011000010101111100111101101011110 c39fc3b7c3a4c2be7dc39fc3b7c3a4c2be7b5e
UHC ß÷?¾}ß÷?¾{^ 1010100110101100101000011100000000111111101010001111101001111101101010011010110010100001110000000011111110101000111110100111101101011110 a9aca1c03fa8fa7da9aca1c03fa8fa7b5e

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