Instantly convert any plain text string into its Unicode representation with our free online tool. Perfect for encoding special characters, emojis, and multilingual text for web development, databases, or communication. Supports various Unicode encodings including UTF-8, Hex, Decimal, and JavaScript escaped formats. Easy to use, fast, and accurate for all your text conversion needs.
Formula:
This converter transforms each character in the Input Text into its corresponding Unicode code point, based on the selected Output Format. For example, the character 'A' (U+0041) can be represented as U+0041 (Hexadecimal), 65 (Decimal), 0x41 (UTF-8 byte), or \u0041 (JavaScript Escaped).