https://github.com/gebes/stringtounicodeconverter
Converts every char in a String to its Unicode value
https://github.com/gebes/stringtounicodeconverter
java tool unicode
Last synced: 9 months ago
JSON representation
Converts every char in a String to its Unicode value
- Host: GitHub
- URL: https://github.com/gebes/stringtounicodeconverter
- Owner: gebes
- Created: 2020-05-12T11:21:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-12T11:35:03.000Z (about 6 years ago)
- Last Synced: 2025-09-09T09:47:56.936Z (10 months ago)
- Topics: java, tool, unicode
- Language: Java
- Homepage:
- Size: 13.7 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StringToUnicodeConverter
Simple Converter made in Java.
Requires Java 11 or higher
## How to use
1. Download the release, **unzip it**, and execute the run.bat (on Windows)
### or
1. Clone the repo
2. Compile it on your own
## What did I learn?
* How to convert numbers to Hex