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 | ççßÞ | 11100111111001111101111111011110 | e7e7dfde |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ççßÞ | 100011111010101110101110100011111010101110101110100011111010100111001110100011111010100110110000 | 8fabae8fabae8fa9ce8fa9b0 |
UTF-8 | ççßÞ | 1100001110100111110000111010011111000011100111111100001110011110 | c3a7c3a7c39fc39e |
UHC | ??ßÞ | 001111110011111110101001101011001010100010101101 | 3f3fa9aca8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)