For a notepad problem hex editor required perhaps?

Asked By 20 points N/A Posted on -
qa-featured

I opened a file in notepad and there is garbage. For this notepad problem hex editing might perhaps be required, do you think? Or is it just the wrong format (Unicode, ASCII, etc.)? What happens if a file in a different character set is loaded into notepad?

SHARE
Best Answer by Huffman Serafin
Best Answer
Best Answer
Answered By 0 points N/A #171229

For a notepad problem hex editor required perhaps?

qa-featured

Hi Willie M Earls,

I want to introduce you a program that can open files in different encoded format, the program is called the Notepad++, it is a extended tool that can be use as a programming method and or viewing files from different languages and contains different character sets like UTF-8 and others, you can download Notepad++ at filehippo.com for more details

Answered By 0 points N/A #171231

For a notepad problem hex editor required perhaps?

qa-featured

Hi Willie,

                You may want to also try the free trial version of textconversionbasic.exe, it can convert text to hex, text to binary , text to octal and vice versa, this can be a software, base64 and URLEncode /Decode. This file is 2MB in size just run the file and then follow the onscreen instruction and begin to use it.

Answered By points N/A #171232

For a notepad problem hex editor required perhaps?

qa-featured

Hello,

There are many Hex editors online that you will find out searching on Google. But not all of them are good enough.

Here, in this techyv page, you will find out the most powerful one.

Differences between Notepad and Notepad++

Answered By 590495 points N/A #171233

For a notepad problem hex editor required perhaps?

qa-featured

The stuff you see after opening a file with Notepad is not actually garbage but binary code. Notepad is only used to open text files. It cannot open files in binary format. If you attempt to open a file with Notepad and the file is not in text format, the data it contains appears as symbols as if the file is corrupt.

Microsoft Notepad or simply Notepad is a simple plain-text editor built into Microsoft Windows and a primary text editing program that allows users to create documents in text format. This program was around since 1985 when Windows 1.0 was released. The files you create with Notepad have no styles or format tags and saved with “.txt” extension.

It is very appropriate for editing system files to use in a DOS environment. The Windows NT version of Notepad which is installed on Windows 2000 and Windows XP by default is capable of detecting Unicode files even if a byte order mark is missing.

Related Questions