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 «£QL«£QL^ 1000111110101011101000110101000101001100100011111010101110100011010100010100110001011110 8faba3514c8faba3514c5e
SJIS-WIN ??£QL??£QL^ 00111111001111111000000110010010010100010100110000111111001111111000000110010010010100010100110001011110 3f3f8192514c3f3f8192514c5e
EUC-JP ??£QL??£QL^ 00111111001111111010000111110010010100010100110000111111001111111010000111110010010100010100110001011110 3f3fa1f2514c3f3fa1f2514c5e
UTF-8 «£QL«£QL^ 1100001010001111110000101010101111000010101000110101000101001100110000101000111111000010101010111100001010100011010100010100110001011110 c28fc2abc2a3514cc28fc2abc2a3514c5e
UHC ???QL???QL^ 0011111100111111001111110101000101001100001111110011111100111111010100010100110001011110 3f3f3f514c3f3f3f514c5e

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