Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 566 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 566 Bytes

CharsetConvert


It's a simple java tool for charset convert.Provides the following modes.

  • GBK String to HEX code
  • UTF-8 String to HEX code
  • HEX code to GBK String
  • HEX code to UTF-8 String

##Step1 Clone and import this project into Eclipse.

##Step2 Open a class which you want to use.Then Run As it for Java Application.

##Step3 Open Eclipse console,input the text which you want to convert.Then press Enter, the convert will show.

Note: 1)The HEX code format must be liked 11 22 AA BB CC, not use like 0x11 0x22 0xAA 0xBB 0xCC this style.