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 ’CQL’CQL^ 1100001010010010010000110101000101001100110000101001001001000011010100010100110001011110 c29243514cc29243514c5e
SJIS-WIN ??CQL??CQL^ 0011111100111111010000110101000101001100001111110011111101000011010100010100110001011110 3f3f43514c3f3f43514c5e
EUC-JP Â?CQLÂ?CQL^ 100011111010101010100100001111110100001101010001010011001000111110101010101001000011111101000011010100010100110001011110 8faaa43f43514c8faaa43f43514c5e
UTF-8 ’CQL’CQL^ 110000111000001011000010100100100100001101010001010011001100001110000010110000101001001001000011010100010100110001011110 c382c29243514cc382c29243514c5e
UHC ??CQL??CQL^ 0011111100111111010000110101000101001100001111110011111101000011010100010100110001011110 3f3f43514c3f3f43514c5e

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