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 | ¢ÁýP | 1000111110100010110000011111110101010000 | 8fa2c1fd50 |
SJIS-WIN | ?¢??P | 001111111000000110010001001111110011111101010000 | 3f81913f3f50 |
EUC-JP | ?¢ÁýP | 00111111101000011111000110001111101010101010000110001111101010111111001001010000 | 3fa1f18faaa18fabf250 |
UTF-8 | ¢ÁýP | 110000101000111111000010101000101100001110000001110000111011110101010000 | c28fc2a2c381c3bd50 |
UHC | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)