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 ^„¡\}^„¡\{^ 10000001010111101000010010100001010111000111110110000001010111101000010010100001010111000111101101011110 815e84a15c7d815e84a15c7b5e
SJIS-WIN ?^??\}?^??\{^ 00111111010111100011111100111111010111000111110100111111010111100011111100111111010111000111101101011110 3f5e3f3f5c7d3f5e3f3f5c7b5e
EUC-JP ?^?¡\}?^?¡\{^ 0011111101011110001111111000111110100010110000100101110001111101001111110101111000111111100011111010001011000010010111000111101101011110 3f5e3f8fa2c25c7d3f5e3f8fa2c25c7b5e
UTF-8 ^„¡\}^„¡\{^ 11000010100000010101111011000010100001001100001010100001010111000111110111000010100000010101111011000010100001001100001010100001010111000111101101011110 c2815ec284c2a15c7dc2815ec284c2a15c7b5e
UHC ?^?¡\}?^?¡\{^ 001111110101111000111111101000101010111001011100011111010011111101011110001111111010001010101110010111000111101101011110 3f5e3fa2ae5c7d3f5e3fa2ae5c7b5e

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