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 | ççßÞB | 1110011111100111110111111101111001000010 | e7e7dfde42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | ççßÞB | 10001111101010111010111010001111101010111010111010001111101010011100111010001111101010011011000001000010 | 8fabae8fabae8fa9ce8fa9b042 |
UTF-8 | ççßÞB | 110000111010011111000011101001111100001110011111110000111001111001000010 | c3a7c3a7c39fc39e42 |
UHC | ??ßÞB | 00111111001111111010100110101100101010001010110101000010 | 3f3fa9aca8ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)