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 | ?姚 | 001111111001101101001100 | 3f9b4c |
EUC-JP | ?姚 | 001111111101010110101101 | 3fd5ad |
UTF-8 | 적姚 | 111011001010000010000001111001011010011110011010 | eca081e5a79a |
UHC | 적姚 | 11000000111110111110100011101110 | c0fbe8ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)