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 | ùþ¡ç | 1111100111111110101000011110011110010111 | f9fea1e797 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ùþ¡ç? | 10001111101010111110001110001111101010011101000010001111101000101100001010001111101010111010111000111111 | 8fabe38fa9d08fa2c28fabae3f |
UTF-8 | ùþ¡ç | 11000011101110011100001110111110110000101010000111000011101001111100001010010111 | c3b9c3bec2a1c3a7c297 |
UHC | ?þ¡?? | 00111111101010011010110110100010101011100011111100111111 | 3fa9ada2ae3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)