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 | 雖先 | 11100101101010111001000011100110 | e5ab90e6 |
EUC-JP | 雖先 | 11101010101011011100000011101000 | eaadc0e8 |
UTF-8 | 雖先 | 111010011001101110010110111001011000010110001000 | e99b96e58588 |
UHC | 雖先 | 11100010110011001110000010111011 | e2cce0bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)