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{^ 101010001010100001101110011111011010100010101000011011100111101101011110 a8a86e7da8a86e7b5e
SJIS-WIN ¨¨n}¨¨n{^ 10000001010011101000000101001110011011100111110110000001010011101000000101001110011011100111101101011110 814e814e6e7d814e814e6e7b5e
EUC-JP ¨¨n}¨¨n{^ 10100001101011111010000110101111011011100111110110100001101011111010000110101111011011100111101101011110 a1afa1af6e7da1afa1af6e7b5e
UTF-8 ¨¨n}¨¨n{^ 11000010101010001100001010101000011011100111110111000010101010001100001010101000011011100111101101011110 c2a8c2a86e7dc2a8c2a86e7b5e
UHC ¨¨n}¨¨n{^ 10100001101001111010000110100111011011100111110110100001101001111010000110100111011011100111101101011110 a1a7a1a76e7da1a7a1a76e7b5e

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