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 ßµ›}ßµ›{^ 1101111110110101100110111000110101111101110111111011010110011011100011010111101101011110 dfb59b8d7ddfb59b8d7b5e
SJIS-WIN ????}????{^ 0011111100111111001111110011111101111101001111110011111100111111001111110111101101011110 3f3f3f3f7d3f3f3f3f7b5e
EUC-JP ß???}ß???{^ 100011111010100111001110001111110011111100111111011111011000111110101001110011100011111100111111001111110111101101011110 8fa9ce3f3f3f7d8fa9ce3f3f3f7b5e
UTF-8 ßµ›}ßµ›{^ 11000011100111111100001010110101110000101001101111000010100011010111110111000011100111111100001010110101110000101001101111000010100011010111101101011110 c39fc2b5c29bc28d7dc39fc2b5c29bc28d7b5e
UHC ß???}ß???{^ 10101001101011000011111100111111001111110111110110101001101011000011111100111111001111110111101101011110 a9ac3f3f3f7da9ac3f3f3f7b5e

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