On Monday 02 January 2006 05:39, Shriramana Sharma wrote:
> Monday, 02 January 2006 11:02 samaye, Shriramana Sharma alekhiit:
> > Notepad text. Apart from that I fail to identify any pattern relation
>
> 0000 1001 0010 1000 = 0928
> 1010 0100 1010 1000 = a4a8
>
> No meaningful pattern visible. I dropped the repetitive e0.
The e0 is essential to UTF-8 as it says that this character is a three-byte
character with the first 4 bits zero. So the decoding is like this:
(1110) 0000 (10)10 0100 (10)10 1000
() are round flag bits, the rest are data:
0000 10 0100 10 1000 = 0000 1001 0010 1000 = 0928
Andy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]