Byte order mark: Difference between revisions

Jump to navigation Jump to search
236 bytes added ,  21 October 2018
no edit summary
No edit summary
Line 33: Line 33:
<td>31323334353637383930</td>
<td>31323334353637383930</td>
<td>1234567890</td>
<td>1234567890</td>
<td>no BOM</td>
<td>UTF-8 without BOM</td>
</tr>
</tr>
<tr>
<tr>
Line 40: Line 40:
<td>EFBBBF31323334353637383930</td>
<td>EFBBBF31323334353637383930</td>
<td>1234567890</td>
<td>1234567890</td>
<td>BOM</td>
<td>UTF-8 with BOM</td>
</tr>
</tr>
<tr>
<tr>
Line 83: Line 83:
* {{kbd | key=<nowiki>=CODE(A1)</nowiki>}} returns {{kbd | key=65279}} or other numeric value e.g. {{kbd | key=28201}} on Google sheet
* {{kbd | key=<nowiki>=CODE(A1)</nowiki>}} returns {{kbd | key=65279}} or other numeric value e.g. {{kbd | key=28201}} on Google sheet


=== File command way ===
=== File command ===
Using [https://en.wikipedia.org/wiki/File_(command) file (command)]: {{kbd | key=<nowiki>file filename.txt</nowiki>}} on {{Linux}}, {{Mac}}<ref>[https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man1/file.1.html file(1) Mac OS X Manual Page]</ref> & Cygwin on {{Win}}. See details on [[Text file encoding]]
Using [https://en.wikipedia.org/wiki/File_(command) file (command)]: {{kbd | key=<nowiki>file filename.txt</nowiki>}} on {{Linux}}, {{Mac}}<ref>[https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man1/file.1.html file(1) Mac OS X Manual Page]</ref> & Cygwin on {{Win}}. See details on [[Text file encoding]]
=== Hex editor ===
Using Hext editor to open the text file. [https://zh.wikipedia.org/wiki/%E4%BD%8D%E5%85%83%E7%B5%84%E9%A0%86%E5%BA%8F%E8%A8%98%E8%99%9F 位元組順序記號 - 維基百科,自由的百科全書]


== References ==
== References ==

Navigation menu