The windows event message is below
when converted to utf8, it is adding garbage value
"The system time has changed to ‎2022‎-‎03‎-‎08T09:51:08.763000000Z from ‎2022‎-‎03‎-‎08T09:50:14.842044400Z."
Winlogbeat directly read the message as utf8, which results the addition of garbage value in the message.
Is there any way to read in ANSI/Windows-12 encoded message and then convert it into utf-8 format?