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 | ©¡Dh©¡D | 10101001101000010100010001101000101010011010000101000100 | a9a14468a9a144 |
SJIS-WIN | ??Dh??D | 00111111001111110100010001101000001111110011111101000100 | 3f3f44683f3f44 |
EUC-JP | ©¡Dh©¡D | 100011111010001011101101100011111010001011000010010001000110100010001111101000101110110110001111101000101100001001000100 | 8fa2ed8fa2c244688fa2ed8fa2c244 |
UTF-8 | ©¡Dh©¡D | 1100001010101001110000101010000101000100011010001100001010101001110000101010000101000100 | c2a9c2a14468c2a9c2a144 |
UHC | ?¡Dh?¡D | 001111111010001010101110010001000110100000111111101000101010111001000100 | 3fa2ae44683fa2ae44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)