SHT20 default values

Hi,

I have just started working on SHT20. During initialization I soft reset SHT20 and then read user register and I expect it to read the default values from user register. BUT IT DOESN’T.
As per datasheet it should read the resolution bits to be 00, on-chip heater 0, OTP 1 and reserved can be any unexpected value as they may change over time as per data sheet so I ignore reserved bits.
image
But I read 0xBE from user register that is 10111110 which indicate resolution bits to be 10, on-chip heater 1.
How can I trust that this read is correct. Is this a wrong read, is the data sheet wrong or is this normal expected behavior of SHT20?