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 ¯w}¯w{^ 1001000010101111100011110111011101111101100100001010111110001111011101110111101101011110 90af8f777d90af8f777b5e
SJIS-WIN ???w}???w{^ 0011111100111111001111110111011101111101001111110011111100111111011101110111101101011110 3f3f3f777d3f3f3f777b5e
EUC-JP ?¯?w}?¯?w{^ 001111111000111110100010101101000011111101110111011111010011111110001111101000101011010000111111011101110111101101011110 3f8fa2b43f777d3f8fa2b43f777b5e
UTF-8 ¯w}¯w{^ 1100001010010000110000101010111111000010100011110111011101111101110000101001000011000010101011111100001010001111011101110111101101011110 c290c2afc28f777dc290c2afc28f777b5e
UHC ???w}???w{^ 0011111100111111001111110111011101111101001111110011111100111111011101110111101101011110 3f3f3f777d3f3f3f777b5e

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