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 ’@^‘¨[’@^‘¨[^ 10010010010000000101111010010001101010000101101110010010010000000101111010010001101010000101101101011110 92405e91a85b92405e91a85b5e
SJIS-WIN ?@^?¨[?@^?¨[^ 001111110100000001011110001111111000000101001110010110110011111101000000010111100011111110000001010011100101101101011110 3f405e3f814e5b3f405e3f814e5b5e
EUC-JP ?@^?¨[?@^?¨[^ 001111110100000001011110001111111010000110101111010110110011111101000000010111100011111110100001101011110101101101011110 3f405e3fa1af5b3f405e3fa1af5b5e
UTF-8 ’@^‘¨[’@^‘¨[^ 11000010100100100100000001011110110000101001000111000010101010000101101111000010100100100100000001011110110000101001000111000010101010000101101101011110 c292405ec291c2a85bc292405ec291c2a85b5e
UHC ?@^?¨[?@^?¨[^ 001111110100000001011110001111111010000110100111010110110011111101000000010111100011111110100001101001110101101101011110 3f405e3fa1a75b3f405e3fa1a75b5e

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