String ↔ Byte Array Inspector

Detailed analysis of how text is represented as bytes, with hex and decimal views.

💡 About String & Byte Analysis

This tool shows how text is represented internally as bytes, helping debug encoding issues.

What you'll see:

  • UTF-16 Code: JavaScript's internal character representation
  • UTF-8 Bytes: How many bytes each character uses in UTF-8
  • Hex Values: Hexadecimal representation of each byte
  • Description: Character type (ASCII, Unicode, Control, etc.)

Use cases: Debugging encoding issues, understanding string sizes, analyzing text data.

Did you find this page useful?