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 | èæ® | 1110100010101101100011111110011010101110 | e8ad8fe6ae |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | è??æ® | 1000111110101011101100100011111100111111100011111010100111000001100011111010001011101110 | 8fabb23f3f8fa9c18fa2ee |
UTF-8 | èæ® | 11000011101010001100001010101101110000101000111111000011101001101100001010101110 | c3a8c2adc28fc3a6c2ae |
UHC | ??æ® | 0011111110100001101010010011111110101001101000011010001011100111 | 3fa1a93fa9a1a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)