📄 Character Encoding Tool
Convert text to UTF-8 Hex, Unicode code points, URL encoding, Base64, and more.
Frequently Asked Questions
What is the difference between UTF-8 and other encodings?
UTF-8 is a variable-width Unicode encoding that supports all languages. Legacy encodings like Latin-1 or CP1252 are limited to specific scripts.
When is Base64 used?
Base64 encodes binary data as ASCII text. It is used for email attachments, CSS data URIs, and API tokens.
When is URL encoding needed?
URLs can only contain ASCII characters. Non-ASCII characters (like accents or spaces) must be percent-encoded (%XX format).