Char Code Converter
Convert text to Unicode code points (decimal or U+hex) and decode code sequences back to text.
Runs locally in your browser. Your input is not uploaded.
How to Use
- 1
Paste text or codes
Choose direction and output format.
- 2
Convert
Each character maps to its code point (or vice versa).
- 3
Copy the result
Use escapes directly in your source code.
Frequently Asked Questions
- Decimal code points (72 101), U+XXXX notation (U+0048), and JavaScript escape syntax (\\u0048, \\u{1F44B}) — both directions.
Related Tools
Base64 EncoderEncode text and binary data as Base64Base32 EncoderEncode or decode Base32 per RFC 4648URL EncoderPercent-encode and decode URLsHash GeneratorGenerate MD5, SHA-1, and SHA-256 hashesHMAC GeneratorCreate HMAC signatures with a secret keyBcrypt GeneratorHash and verify passwords with bcryptPassword GeneratorStrong random passwords with strength indicatorPassphrase GeneratorGenerate memorable multi-word passphrases