Other [Tool] Online File Hex Editor "hexed.it"

fredo

Well-Known Member
Licensed User
Longtime User
When including files from external sources, it is sometimes desirable to look at the content (at least the beginning of the file) in binary form.

For example, transmitted CSV files occasionally cause surprising crashes because the header line does not seem to be evaluated as expected. This is because the file was saved as "UTM8 with BOM character" by the sender.

A quick look with Notepad++ does not always help, because the visible result depends on the current "Encoding" setting.​

If no hex editor is installed locally, the use of the fast "hexed.it" can help to evaluate the contents of a file: https://hexed.it/

Info:

Erel provides a function for handling BOM here: https://www.b4x.com/android/forum/t...utf-8-file-that-might-have-bom.90943/#content
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…