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 | ççßÞ@h | 111001111110011111011111110111100100000001101000 | e7e7dfde4068 |
SJIS-WIN | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
EUC-JP | ççßÞ@h | 1000111110101011101011101000111110101011101011101000111110101001110011101000111110101001101100000100000001101000 | 8fabae8fabae8fa9ce8fa9b04068 |
UTF-8 | ççßÞ@h | 11000011101001111100001110100111110000111001111111000011100111100100000001101000 | c3a7c3a7c39fc39e4068 |
UHC | ??ßÞ@h | 0011111100111111101010011010110010101000101011010100000001101000 | 3f3fa9aca8ad4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)