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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 楔往 | 10011110101101101000100110011101 | 9eb6899d |
EUC-JP | 楔往 | 11011100101110001011000111111101 | dcb8b1fd |
UTF-8 | 楔往 | 111001101010010110010100111001011011111010000000 | e6a594e5be80 |
UHC | 楔往 | 11100000110110111110100011011001 | e0dbe8d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)