Encoding the cyclic Code: Non-Systematic Encoding
The generator polynomial function is

Let the message is m = (m0, m1,…. mk-1) then message polynomial is
m(x) = m0 + m1x + m1x2 +… + mk-2 xk-2 + mk-1 xk-1
The codeword polynomial is
C(x) = m(x) g(x)
Example: If m = (1010) and find the (7,4) codewords.

So codeword will be the coefficients of resultant codeword polynomial (1 1 1 0010)
From the codeword bits, it can clearly interpret that the encoded codeword contains the message and parity bits in an intermixed pattern. Thus, using a non-systematic codeword and direct determination of message bits is not possible.
Statlearner
Statlearner