To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??????\h | 0011111100111111001111110011111100111111001111110101110001101000 | 3f3f3f3f3f3f5c68 |
SJIS-WIN | ツ湘ェテ凖サ\h | 11000010100011111100001110101010110000111001100111000011101110110101110001101000 | c28fc3aac399c3bb5c68 |
EUC-JP | ツ湘ェテ凖サ\h | 1000111011000010101111101100010110001110101010101000111011000011110100101100010110001110101110110101110001101000 | 8ec2bec58eaa8ec3d2c58ebb5c68 |
UTF-8 | ツ湘ェテ凖サ\h | 1110111110111110100000101110011010111001100110001110111110111101101010101110111110111110100000111110010110000111100101101110111110111101101110110101110001101000 | efbe82e6b998efbdaaefbe83e58796efbdbb5c68 |
UHC | ?湘????\h | 001111111101111111001111001111110011111100111111001111110101110001101000 | 3fdfcf3f3f3f3f5c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)