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 šxâÂ}šxâÂ{^ 1001101001111000111000101100001001111101100110100111100011100010110000100111101101011110 9a78e2c27d9a78e2c27b5e
SJIS-WIN ?x??}?x??{^ 0011111101111000001111110011111101111101001111110111100000111111001111110111101101011110 3f783f3f7d3f783f3f7b5e
EUC-JP ?xâÂ}?xâÂ{^ 00111111011110001000111110101011101001001000111110101010101001000111110100111111011110001000111110101011101001001000111110101010101001000111101101011110 3f788faba48faaa47d3f788faba48faaa47b5e
UTF-8 šxâÂ}šxâÂ{^ 1100001010011010011110001100001110100010110000111000001001111101110000101001101001111000110000111010001011000011100000100111101101011110 c29a78c3a2c3827dc29a78c3a2c3827b5e
UHC ?x??}?x??{^ 0011111101111000001111110011111101111101001111110111100000111111001111110111101101011110 3f783f3f7d3f783f3f7b5e

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