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 ä´U}ä´U{^ 111001001011010001010101011111011110010010110100010101010111101101011110 e4b4557de4b4557b5e
SJIS-WIN ?´U}?´U{^ 0011111110000001010011000101010101111101001111111000000101001100010101010111101101011110 3f814c557d3f814c557b5e
EUC-JP ä´U}ä´U{^ 100011111010101110100011101000011010110101010101011111011000111110101011101000111010000110101101010101010111101101011110 8faba3a1ad557d8faba3a1ad557b5e
UTF-8 ä´U}ä´U{^ 11000011101001001100001010110100010101010111110111000011101001001100001010110100010101010111101101011110 c3a4c2b4557dc3a4c2b4557b5e
UHC ?´U}?´U{^ 0011111110100010101001010101010101111101001111111010001010100101010101010111101101011110 3fa2a5557d3fa2a5557b5e

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