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 | è÷æ® | 1110100011110111100111011110011010101110 | e8f79de6ae |
SJIS-WIN | ?÷??? | 001111111000000110000000001111110011111100111111 | 3f81803f3f3f |
EUC-JP | è÷?æ® | 100011111010101110110010101000011110000000111111100011111010100111000001100011111010001011101110 | 8fabb2a1e03f8fa9c18fa2ee |
UTF-8 | è÷æ® | 11000011101010001100001110110111110000101001110111000011101001101100001010101110 | c3a8c3b7c29dc3a6c2ae |
UHC | ?÷?æ® | 0011111110100001110000000011111110101001101000011010001011100111 | 3fa1c03fa9a1a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)