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 | 勢盞 | 10010000101010001110000110110101 | 90a8e1b5 |
EUC-JP | 勢盞 | 11000000101010101110001010110111 | c0aae2b7 |
UTF-8 | 勢盞 | 111001011000101110100010111001111001101110011110 | e58ba2e79b9e |
UHC | 勢盞 | 11100001101001111110110111010011 | e1a7edd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)