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 ’ZT‘·‘£’ZT‘·‘£^ 100100100101101001010100100100011011011110010001101000111001001001011010010101001001000110110111100100011010001101011110 925a5491b791a3925a5491b791a35e
SJIS-WIN ?ZT???£?ZT???£^ 0011111101011010010101000011111100111111001111111000000110010010001111110101101001010100001111110011111100111111100000011001001001011110 3f5a543f3f3f81923f5a543f3f3f81925e
EUC-JP ?ZT???£?ZT???£^ 0011111101011010010101000011111100111111001111111010000111110010001111110101101001010100001111110011111100111111101000011111001001011110 3f5a543f3f3fa1f23f5a543f3f3fa1f25e
UTF-8 ’ZT‘·‘£’ZT‘·‘£^ 11000010100100100101101001010100110000101001000111000010101101111100001010010001110000101010001111000010100100100101101001010100110000101001000111000010101101111100001010010001110000101010001101011110 c2925a54c291c2b7c291c2a3c2925a54c291c2b7c291c2a35e
UHC ?ZT?·???ZT?·??^ 0011111101011010010101000011111110100001101001000011111100111111001111110101101001010100001111111010000110100100001111110011111101011110 3f5a543fa1a43f3f3f5a543fa1a43f3f5e

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