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 å^SU}å^SU{^ 1110010101011110010100110101010101111101111001010101111001010011010101010111101101011110 e55e53557de55e53557b5e
SJIS-WIN ?^SU}?^SU{^ 0011111101011110010100110101010101111101001111110101111001010011010101010111101101011110 3f5e53557d3f5e53557b5e
EUC-JP å^SU}å^SU{^ 100011111010101110101001010111100101001101010101011111011000111110101011101010010101111001010011010101010111101101011110 8faba95e53557d8faba95e53557b5e
UTF-8 å^SU}å^SU{^ 11000011101001010101111001010011010101010111110111000011101001010101111001010011010101010111101101011110 c3a55e53557dc3a55e53557b5e
UHC ?^SU}?^SU{^ 0011111101011110010100110101010101111101001111110101111001010011010101010111101101011110 3f5e53557d3f5e53557b5e

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