Dynamic Web Sites » Quick Reference » Hexadecimal Character Coding

Easily encode plain text into its equivalent hexadecimal character values, or decode a string of hexadecimal values into its equivalent ASCII character encoded text.

Use this simple, REST-based web service as a quick reference to the hexadecimal values for ASCII character encoding. Interactively test encoding and decoding by typing or pasting text into the appropriate fields below. Use this service as a handy tool during development, or even as a remote function in your web applications.

Plain Text String



Hexadecimal Encoded String

Also try:

Base 64 Character Coding
the two-way encoding scheme to encode/decode binary and plain text strings. The encoding scheme used for MIME encoding.
Hash String Encoding
a popular method to generate one-way message string encryption.
URL Character Coding
the standard method to encode specific characters for safe use in URL strings.