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 | ×ön}×ön{^ | 110101111111011001101110011111011101011111110110011011100111101101011110 | d7f66e7dd7f66e7b5e |
SJIS-WIN | ×?n}×?n{^ | 1000000101111110001111110110111001111101100000010111111000111111011011100111101101011110 | 817e3f6e7d817e3f6e7b5e |
EUC-JP | ×ön}×ön{^ | 101000011101111110001111101010111101001101101110011111011010000111011111100011111010101111010011011011100111101101011110 | a1df8fabd36e7da1df8fabd36e7b5e |
UTF-8 | ×ön}×ön{^ | 11000011100101111100001110110110011011100111110111000011100101111100001110110110011011100111101101011110 | c397c3b66e7dc397c3b66e7b5e |
UHC | ×?n}×?n{^ | 1010000110111111001111110110111001111101101000011011111100111111011011100111101101011110 | a1bf3f6e7da1bf3f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)