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 | 棹盞 | 10011110101010001110000110110101 | 9ea8e1b5 |
EUC-JP | 棹盞 | 11011100101010101110001010110111 | dcaae2b7 |
UTF-8 | 棹盞 | 111001101010001110111001111001111001101110011110 | e6a3b9e79b9e |
UHC | 棹盞 | 11010100101000011110110111010011 | d4a1edd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)