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 | 應騏 | 10011100111001001110100101110101 | 9ce4e975 |
EUC-JP | 應騏 | 11011000111001101111000111010110 | d8e6f1d6 |
UTF-8 | 應騏 | 111001101000011110001001111010011010100010001111 | e68789e9a88f |
UHC | 應騏 | 11101011111010111101000111001001 | ebebd1c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)