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 | 示掖 | 10001110101001101001110101110100 | 8ea69d74 |
EUC-JP | 示掖 | 10111100101010001101100111010101 | bca8d9d5 |
UTF-8 | 示掖 | 111001111010010010111010111001101000111010010110 | e7a4bae68e96 |
UHC | 示掖 | 11100011110001101110010011111010 | e3c6e4fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)