Latin letter A
- Input
- A
- Output
- U+0041 · UTF-8 0x41
The code point, UTF-8 byte, and ASCII value are all 65 for this character.
Convert plain text to Unicode code points, JavaScript escapes, UTF-16 code units, or HTML entities, and decode those representations back into text. Each character is analyzed locally with its UTF-8 bytes and numeric values.
Inspect U+ code points, JavaScript escapes, HTML entities, UTF-8 bytes, decimal, hexadecimal, and binary.
Convert text to code points or decode code points back to text.
Handles all Unicode characters including emoji and CJK.
All conversions happen in your browser - your text stays private.
One-click copy for any converted format.
View code points and encoding details.
The code point, UTF-8 byte, and ASCII value are all 65 for this character.
One Unicode code point can occupy four bytes in UTF-8 and two UTF-16 code units.