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 | æ¢è | 111001101010001010000001111010001001101110011001 | e6a281e89b99 |
SJIS-WIN | ?¢???? | 00111111100000011001000100111111001111110011111100111111 | 3f81913f3f3f3f |
EUC-JP | æ¢?è?? | 1000111110101001110000011010000111110001001111111000111110101011101100100011111100111111 | 8fa9c1a1f13f8fabb23f3f |
UTF-8 | æ¢è | 110000111010011011000010101000101100001010000001110000111010100011000010100110111100001010011001 | c3a6c2a2c281c3a8c29bc299 |
UHC | æ????? | 10101001101000010011111100111111001111110011111100111111 | a9a13f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)