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 ‘°‘¬}‘°‘¬{^ 1001000110110000100100011010110001111101100100011011000010010001101011000111101101011110 91b091ac7d91b091ac7b5e
SJIS-WIN ?°?¬}?°?¬{^ 001111111000000110001011001111111000000111001010011111010011111110000001100010110011111110000001110010100111101101011110 3f818b3f81ca7d3f818b3f81ca7b5e
EUC-JP ?°?¬}?°?¬{^ 001111111010000111101011001111111010001011001100011111010011111110100001111010110011111110100010110011000111101101011110 3fa1eb3fa2cc7d3fa1eb3fa2cc7b5e
UTF-8 ‘°‘¬}‘°‘¬{^ 11000010100100011100001010110000110000101001000111000010101011000111110111000010100100011100001010110000110000101001000111000010101011000111101101011110 c291c2b0c291c2ac7dc291c2b0c291c2ac7b5e
UHC ?°??}?°??{^ 00111111101000011100011000111111001111110111110100111111101000011100011000111111001111110111101101011110 3fa1c63f3f7d3fa1c63f3f7b5e

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