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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 暲莎蹈 | 111110101101110011100100101100111110011101000100 | fadce4b3e744 |
EUC-JP | 暲莎蹈 | 10001111110000101101101111101000101101011110110110100101 | 8fc2dbe8b5eda5 |
UTF-8 | 暲莎蹈 | 111001101001101010110010111010001000111010001110111010001011100110001000 | e69ab2e88e8ee8b988 |
UHC | 暲莎蹈 | 111011011110011111011110111011011101010010110000 | ede7deedd4b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)