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 | è®æ® | 1110100010101110100011001110011010101110 | e8ae8ce6ae |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | è®?æ® | 10001111101010111011001010001111101000101110111000111111100011111010100111000001100011111010001011101110 | 8fabb28fa2ee3f8fa9c18fa2ee |
UTF-8 | è®æ® | 11000011101010001100001010101110110000101000110011000011101001101100001010101110 | c3a8c2aec28cc3a6c2ae |
UHC | ?®?æ® | 0011111110100010111001110011111110101001101000011010001011100111 | 3fa2e73fa9a1a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)