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 | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 銹?P | 11100111111101100011111101010000 | e7f63f50 |
EUC-JP | 銹?P | 11101110111110000011111101010000 | eef83f50 |
UTF-8 | 銹씫P | 11101001100010101011100111101100100101001010101101010000 | e98ab9ec94ab50 |
UHC | 銹씫P | 1110001011001000100111011011110101010000 | e2c89dbd50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)