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{^ 001111110011111101101110011111010011111100111111011011100111101101011110 3f3f6e7d3f3f6e7b5e
SJIS-WIN ゜Μn}゜Μn{^ 10000001010010111000001110101010011011100111110110000001010010111000001110101010011011100111101101011110 814b83aa6e7d814b83aa6e7b5e
EUC-JP ゜Μn}゜Μn{^ 10100001101011001010011010101100011011100111110110100001101011001010011010101100011011100111101101011110 a1aca6ac6e7da1aca6ac6e7b5e
UTF-8 ゜Μn}゜Μn{^ 111000111000001010011100110011101001110001101110011111011110001110000010100111001100111010011100011011100111101101011110 e3829cce9c6e7de3829cce9c6e7b5e
UHC ?Μn}?Μn{^ 0011111110100101110011000110111001111101001111111010010111001100011011100111101101011110 3fa5cc6e7d3fa5cc6e7b5e

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