Double Quotes for encodeURI()

I’m trying to encode a string that uses double quotation marks using encodeURI(). However, quotation marks do not work and it seems like whenever I use them, it expects a variable.

The conversion for ASCII hex for quotation marks is 22, so I was expecting it to return 22. However, nothing is returned and does not work at all.