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 ‘º‘±‘º‘²e^ 10010001101110101001000110110001100100011011101010010001101100100110010101011110 91ba91b191ba91b2655e
SJIS-WIN ???±????e^ 0011111100111111001111111000000101111101001111110011111100111111001111110110010101011110 3f3f3f817d3f3f3f3f655e
EUC-JP ?º?±?º??e^ 001111111000111110100010111010110011111110100001110111100011111110001111101000101110101100111111001111110110010101011110 3f8fa2eb3fa1de3f8fa2eb3f3f655e
UTF-8 ‘º‘±‘º‘²e^ 110000101001000111000010101110101100001010010001110000101011000111000010100100011100001010111010110000101001000111000010101100100110010101011110 c291c2bac291c2b1c291c2bac291c2b2655e
UHC ?º?±?º?²e^ 0011111110101000101011000011111110100001101111100011111110101000101011000011111110101001111101110110010101011110 3fa8ac3fa1be3fa8ac3fa9f7655e

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