UTF8 Encoder
cross-browser testing tools
World's simplest online UTF8 encoder for web developers and programmers. Just paste your text in the form below, press the UTF8 Encode button, and you'll get UTF8-encoded data. Press a button – get UTF8. No ads, nonsense, or garbage. Works with ASCII and Unicode strings.
51K
Announcement: We just launched DEVURLS – a neat developer news aggregator. Check it out!
Want to UTF8 decode text?
Use the UTF8 decoder tool!
Using a UTF8 Encoder in Cross-browser Testing
A UTF8 encoder can be useful if you're doing cross-browser testing. For example, you can use it to craft data for testing input forms or for checking data sanity. If the input form has weak UTF8 validation, then you may be able to bypass various security checks. Similarly, you can use an UTF8 encoder to find out what bytes are present in the input data. For example, text can have homoglyphs that look like regular characters but are actually similar-looking Unicode characters. By encoding your data, you'll be able to tell what bytes each characters is made out of. Additionally, you may use an UTF8 encoder to check how many bytes the input takes. If a browser checks data length, then by using weird Unicode characters, you can feed it more bytes than it expects that can lead to issues in your application.
Looking for more web developer tools? Try these!
Text Columns to Rows Converter
Text Rows to Columns Converter
Text to HTML Entities Converter
UNIX time to UTC time Converter
UTC time to UNIX time Converter
Seconds to Human Readable Time
Binary Bitwise NAND Calculator
Binary Bitwise XNOR Calculator
Binary Bit Rotator to the Left
Binary Bit Rotator to the Right
Text Character Rotator to the Left
Text Character Rotator to the Right
Number of Letters in Text Counter
Number of Words in Text Counter
Number of Lines in Text Counter
Number of Paragraphs in Text Counter
Decimal to Scientific Converter
Scientific to Decimal Converter
Celsius to Fahrenheit Converter
Pro tip: You can use ?input=text query argument to pass text to tools.