Hexadecimal To Character

What Does Hexadecimal To Character Mean?

Hexadecimal to character (X2C) is a conversion of values from hexadecimal to an equivalent character value or string usually encoded in ASCII.

Advertisements

It is not exactly a conversion from a hex value to a character or string value, but it is more like the hexadecimal value represents or is the actual hexadecimal representation of a specific ASCII character.
An ASCII character has a representation in Hexadecimal, decimal and octal which are the same values as it is represented in the corresponding number system.

Techopedia Explains Hexadecimal To Character

Hexadecimal to character is not actual conversion, but simple representation of the corresponding character.

This is because a computer can only understand numbers, so characters have to be represented as numbers, and in turn numbers can be converted into other representations in other number systems.

For example the decimal code for the ASCII character % is 37, so its equivalent hexadecimal value is 25 and its octal value is 045.

An ASCII character is represented by two hexadecimal values, so when we say to convert the hexadecimal value 48 45 4c 4c 4f to character or string, we get HELLO.

Advertisements

Related Terms

Related Reading

Margaret Rouse

Margaret Rouse is an award-winning technical writer and teacher known for her ability to explain complex technical subjects to a non-technical, business audience. Over the past twenty years her explanations have appeared on TechTarget websites and she's been cited as an authority in articles by the New York Times, Time Magazine, USA Today, ZDNet, PC Magazine and Discovery Magazine.Margaret's idea of a fun day is helping IT and business professionals learn to speak each other’s highly specialized languages. If you have a suggestion for a new definition or how to improve a technical explanation, please email Margaret or contact her…