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 | 1101011111001100111100111100101001101000 | d7ccf3ca68 |
SJIS-WIN | ×???h | 100000010111111000111111001111110011111101101000 | 817e3f3f3f68 |
EUC-JP | ×ÌóÊh | 101000011101111110001111101010101100000010001111101010111101000110001111101010101011010001101000 | a1df8faac08fabd18faab468 |
UTF-8 | ×ÌóÊh | 110000111001011111000011100011001100001110110011110000111000101001101000 | c397c38cc3b3c38a68 |
UHC | ×???h | 101000011011111100111111001111110011111101101000 | a1bf3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)