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 | ç²®@B | 1110011110110010101011100100000001000010 | e7b2ae4042 |
SJIS-WIN | ???@B | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
EUC-JP | ç?®@B | 100011111010101110101110001111111000111110100010111011100100000001000010 | 8fabae3f8fa2ee4042 |
UTF-8 | ç²®@B | 1100001110100111110000101011001011000010101011100100000001000010 | c3a7c2b2c2ae4042 |
UHC | ?²®@B | 00111111101010011111011110100010111001110100000001000010 | 3fa9f7a2e74042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)