Exetools  

Go Back   Exetools > General > General Discussion

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 02-23-2026, 08:56
kozlof kozlof is offline
Friend
 
Join Date: Sep 2023
Posts: 20
Rept. Given: 0
Rept. Rcvd 1 Time in 1 Post
Thanks Given: 16
Thanks Rcvd at 28 Times in 11 Posts
kozlof Reputation: 1
Lightbulb HexEditor for UNICODE characters

Hello,
I am looking for a hex editor for creating language localizations that can display Unicode characters in a column of characters: Cyrilici, Chinese characters, etc.
I know that this is a matter of the OS, that for example on EN-US Windows, Cyrilice is usually displayed incorrectly, but Heaven Resource Tuner can do it.
So my question is: is there a hex editor that can do this?

Last edited by kozlof; 02-23-2026 at 10:12.
Reply With Quote
  #2  
Old 02-23-2026, 12:48
Ibrahim_Mihai Ibrahim_Mihai is offline
Friend
 
Join Date: Feb 2026
Posts: 8
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 3
Thanks Rcvd at 2 Times in 2 Posts
Ibrahim_Mihai Reputation: 0
Quote:
Originally Posted by kozlof View Post
Hello,
I am looking for a hex editor for creating language localizations that can display Unicode characters in a column of characters: Cyrilici, Chinese characters, etc.
I know that this is a matter of the OS, that for example on EN-US Windows, Cyrilice is usually displayed incorrectly, but Heaven Resource Tuner can do it.
So my question is: is there a hex editor that can do this?
Yes, several hex editors are designed specifically to handle multi-byte Unicode characters (like Cyrillic or Chinese) in their text representation columns, even on standard EN-US Windows systems.

For localization work, you should look for editors that support custom encodings and UTF-8/UTF-16 rendering directly in the text pane:
  • wxMEdit: An improved version of MadEdit that is highly recommended for localization. It supports common encodings like UTF-8/16/32, GB18030, and Big5 not just in text mode, but also in Hex mode. It handles non-BMP Unicode characters such as CJK (Chinese, Japanese, Korean) and Cyrillic natively.
  • Hex Editor Neo: This professional-grade editor supports over 130 different encodings. It can display text in the pane according to a selected character encoding, including multi-byte Unicode sets like UTF-8 and UTF-16 (LE/BE).
  • Super Unicode Editor (SUE): Positioned between a text editor and a hex editor, it specifically focuses on Unicode awareness. It can edit files in UTF-8, UTF-16, and UTF-32 with a "smart display" of Unicode codepoints.
  • ImHex: A modern, open-source hex editor that allows you to load custom encoding files. While its default view is standard, you can import specific UTF-8 or localized encoding files to render characters correctly in the preview pane.
  • UltraEdit: While primarily a text editor, its hex mode is robust and supports various character encodings for viewing and finding/replacing localized strings.
Reply With Quote
The Following User Says Thank You to Ibrahim_Mihai For This Useful Post:
kozlof (02-24-2026)
  #3  
Old 02-23-2026, 13:50
blue_devil's Avatar
blue_devil blue_devil is offline
Family
 
Join Date: Dec 2011
Location: Observable Universe
Posts: 537
Rept. Given: 110
Rept. Rcvd 73 Times in 46 Posts
Thanks Given: 687
Thanks Rcvd at 895 Times in 297 Posts
blue_devil Reputation: 73
Doesn't 010editor handles unicode characters? Can you give a binary?
Reply With Quote
The Following User Says Thank You to blue_devil For This Useful Post:
kozlof (02-24-2026)
  #4  
Old 02-24-2026, 01:01
DARKER DARKER is offline
VIP
 
Join Date: Jul 2004
Location: Somewhere Over the Rainbow
Posts: 541
Rept. Given: 16
Rept. Rcvd 123 Times in 54 Posts
Thanks Given: 21
Thanks Rcvd at 1,038 Times in 262 Posts
DARKER Reputation: 100-199 DARKER Reputation: 100-199
Winhex has also support for some basic and a lot of various codepages. See picture.
Attached Images
File Type: png codepage.png (796.8 KB, 11 views)
Reply With Quote
The Following 2 Users Say Thank You to DARKER For This Useful Post:
blue_devil (02-24-2026), kozlof (02-24-2026)
  #5  
Old 02-24-2026, 17:21
Jupiter's Avatar
Jupiter Jupiter is offline
Lo*eXeTools*rd
 
Join Date: Jan 2005
Location: Moscow, Russia
Posts: 234
Rept. Given: 43
Rept. Rcvd 62 Times in 37 Posts
Thanks Given: 37
Thanks Rcvd at 191 Times in 57 Posts
Jupiter Reputation: 62
Lightbulb 010 Editor Character Sets

Quote:
Originally Posted by blue_devil View Post
Doesn't 010editor handles unicode characters?
Yes, it does.

Menu View -> Character Set.


It supports many Character Sets.

List of Character Sets installed by default:
  • ASCII - Standard character set for bytes 0 to 127.
  • ASCII+ANSI - ASCII plus encoding Windows 1252 for bytes 128 to 255.
  • ASCII+OEM - ASCII plus encoding CP437 for bytes 128 to 255.
  • EBCDIC - Encoding EBCDIC 037.
  • Unicode - Encoding UTF-16 and uses 2 bytes per character.
  • UTF-8 - Encoding UTF-8 and uses 1 to 4 bytes per character.
  • Macintosh - An older macintosh character set.
  • Arabic (Windows) - Encoding Windows-1256.
  • Arabic (ISO) - Encoding ISO-8859-6.
  • Baltic (Windows) - Encoding Windows-1257.
  • Baltic (ISO) - Encoding ISO-8859-13.
  • Chinese (Simplified) - Encoding GB18030 and is compatible with GBK and GB2312.
  • Chinese (Traditional) - Encoding Big5.
  • Cyrillic (Windows) - Encoding Windows-1251.
  • Cyrillic (KOI8-R) - Encoding KOI8-R.
  • Cyrillic (KOI8-U) - Encoding KOI8-U.
  • Cyrillic (ISO) - Encoding ISO-8859-5.
  • Eastern Europe (Windows) - Encoding Windows-1250.
  • Eastern Europe (ISO) - Encoding ISO-8859-2.
  • Greek (Windows) - Encoding Windows-1253.
  • Greek (ISO) - Encoding ISO-8859-7.
  • Hebrew (Windows) - Encoding Windows-1255.
  • Hebrew (ISO) - Encoding ISO-8859-8.
  • Japanese (Shift_JIS) - Encoding Shift_JIS.
  • Japanese (EUC-JP) - Encoding EUC-JP.
  • Korean - Encoding EUC-KR.
  • Thai - Encoding TIS-620.
  • Turkish (Windows) - Encoding Windows-1254.
  • Turkish (ISO) - Encoding ISO-8859-9.
  • Vietnamese - Encoding Windows-1258.
__________________
EnJoy!
Reply With Quote
The Following User Says Thank You to Jupiter For This Useful Post:
blue_devil (02-24-2026)
Reply

Tags
hexeditor, unicode

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



All times are GMT +8. The time now is 06:51.


Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX, chessgod101
( Since 1998 )