# Hex/Unicode Encoding Format Samples

Examples of hex (\xXX) and unicode (\uXXXX) escape sequence encoding formats

> Canonical page: https://elysiatools.com/en/samples/text-hex-unicode-formats

- **Category:** text-processing

- **Keywords:** hex, unicode, escape, encode, decode, converter

## Overview

Examples of hex (\xXX) and unicode (\uXXXX) escape sequence encoding formats

## Examples

- **ASCII to Hex Escape**: Basic ASCII text converted to \xXX hex escape sequences
- **ASCII to Compact Hex**: ASCII text in compact hex format without prefixes
- **ASCII to Hex Array**: ASCII characters as JSON array of hex escape sequences
- **Chinese to Unicode**: Chinese characters converted to \uXXXX unicode escape sequences
- **Chinese to Compact Unicode**: Chinese characters in unicode format without \u prefix
- **Emoji to Unicode**: Emoji characters converted to unicode escape sequences
- **Mixed ASCII and Unicode**: Text mixing ASCII and Chinese characters
- **Special Characters**: Special symbols including copyright, trademark, currency symbols
- **Hex Escape to Text**: Parse hex escape sequences back to readable text
- **URL with Unicode**: URL containing unicode characters for path parameters
- **Code with Unicode Strings**: JavaScript code containing unicode string literals
- **Multilingual Text**: Greetings in multiple languages (English, Chinese, Japanese, Korean, Arabic, Russian)
- **JSON with Unicode**: JSON data containing unicode escape sequences
- **Mathematical Symbols**: Advanced mathematical and scientific symbols
- **Control Characters**: Text with tabs, newlines, and whitespace characters
- **Bidirectional Text**: Text mixing left-to-right and right-to-left languages
- **Emoji with Modifiers**: Emoji with skin tone and other variation selectors
- **Full Unicode Array Format**: Convert this mixed text to JSON array format for programmatic use

## When to use

- Use this sample set when you want reference inputs for Hex/Unicode Encoding Format Samples.
- Use it to preview output formats and compare related sample variants.

## How it works

- Open a sample entry to inspect the prepared example payload or asset.
- Compare it with related tools to understand how the workflow connects.

## Use cases

- ASCII to Hex Escape
- ASCII to Compact Hex
- ASCII to Hex Array
- Chinese to Unicode
- Chinese to Compact Unicode
- Emoji to Unicode

## Frequently asked questions

### What is included in Hex/Unicode Encoding Format Samples?

This page includes curated sample entries, related tools, and neighboring sample collections for Hex/Unicode Encoding Format Samples.

## Related tools

- [BSON Converter](https://elysiatools.com/en/tools/bson-converter): Encode and decode data to/from BSON (Binary JSON) format
- [Smile Converter](https://elysiatools.com/en/tools/smile-converter): Encode and decode data to/from Smile (binary JSON) format
- [UBJSON Converter](https://elysiatools.com/en/tools/ubjson-converter): Encode and decode data to/from UBJSON (Universal Binary JSON) format
- [Text to JSON Converter](https://elysiatools.com/en/tools/text-to-json): Convert various text formats to JSON with customizable parsing options
- [Text Encoding Forensics and Repair](https://elysiatools.com/en/tools/text-encoding-forensics-and-repair): Inspect text encoding, BOM, newline style and mojibake symptoms, then produce a scored local repair candidate.
- [Text to Excel Converter](https://elysiatools.com/en/tools/text-to-excel): Convert various text formats to Excel with customizable parsing and formatting options
- [HCL-JSON Converter](https://elysiatools.com/en/tools/hcl-json-converter): Convert between HashiCorp Configuration Language (HCL) and JSON formats for Terraform configurations
- [Hex/Unicode Converter](https://elysiatools.com/en/tools/hex-unicode-converter): Convert characters to/from hex (\xXX) and Unicode (\uXXXX) escape sequences

## Related content

- [PDF Samples](https://elysiatools.com/en/samples/pdf-samples): Generated PDF samples from tools dated 2026-02-01 to 2026-02-10
- [QR Code Samples](https://elysiatools.com/en/samples/qrcode-samples): Sample QR code images for testing QR code reading and generation tools
- [Distributed Tracing Samples](https://elysiatools.com/en/samples/distributed-tracing-samples): Comprehensive distributed tracing examples using Jaeger, OpenTelemetry, and other modern observability tools for microservices architecture
- [ELK Stack Log Analysis Samples](https://elysiatools.com/en/samples/elk-stack-samples): Comprehensive ELK Stack (Elasticsearch, Logstash, Kibana) samples for log aggregation, processing, and visualization in distributed systems
- [JWT Samples](https://elysiatools.com/en/samples/jwt-samples): Comprehensive JWT examples from basic token structure to advanced security implementations
- [WebRTC Real-Time Communication Samples](https://elysiatools.com/en/samples/webrtc-samples): Comprehensive WebRTC samples for peer-to-peer audio/video communication, data channels, screen sharing, and signaling server implementation
