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 ¸¹n}¸¹n{^ 1000111110111000101110010110111001111101100011111011100010111001011011100111101101011110 8fb8b96e7d8fb8b96e7b5e
SJIS-WIN ???n}???n{^ 0011111100111111001111110110111001111101001111110011111100111111011011100111101101011110 3f3f3f6e7d3f3f3f6e7b5e
EUC-JP ?¸?n}?¸?n{^ 001111111000111110100010101100010011111101101110011111010011111110001111101000101011000100111111011011100111101101011110 3f8fa2b13f6e7d3f8fa2b13f6e7b5e
UTF-8 ¸¹n}¸¹n{^ 1100001010001111110000101011100011000010101110010110111001111101110000101000111111000010101110001100001010111001011011100111101101011110 c28fc2b8c2b96e7dc28fc2b8c2b96e7b5e
UHC ?¸¹n}?¸¹n{^ 001111111010001010101100101010011111011001101110011111010011111110100010101011001010100111110110011011100111101101011110 3fa2aca9f66e7d3fa2aca9f66e7b5e

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