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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 足???絞 | 10010001101010110011111100111111001111111000110101101001 | 91ab3f3f3f8d69 |
EUC-JP | 足???絞 | 11000010101011010011111100111111001111111011100111001010 | c2ad3f3f3fb9ca |
UTF-8 | 足섕뤶풆絞 | 111010001011011010110011111011001000010010010101111010111010010010110110111011011001001010000110111001111011010110011110 | e8b6b3ec8495eba4b6ed9286e7b59e |
UHC | 足섕뤶풆絞 | 11110000111010111011110010101100100011111110010010111110100011101100111011101101 | f0ebbcac8fe4be8eceed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)