FreeDev Tools

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. 1

    Paste text or codes

    Choose direction and output format.

  2. 2

    Convert

    Each character maps to its code point (or vice versa).

  3. 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.