XML, SOAP, and Binary Data: It is well known that base64
encoded data expands by a factor of 1.33x original size, and that
hexadecimal encoded data expands by a factor of 2x (assuming an
underlying UTF-8 text encoding in both cases; if the underlying
text encoding is UTF-16, these numbers double).
If all these numbers double, don't the ratios stay the same?