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 | æü¿è | 1110011011111100101111111110100010010100 | e6fcbfe894 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | æü¿è? | 10001111101010011100000110001111101010111110010010001111101000101100010010001111101010111011001000111111 | 8fa9c18fabe48fa2c48fabb23f |
UTF-8 | æü¿è | 11000011101001101100001110111100110000101011111111000011101010001100001010010100 | c3a6c3bcc2bfc3a8c294 |
UHC | æ?¿?? | 10101001101000010011111110100010101011110011111100111111 | a9a13fa2af3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)