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 | 磁質 | 111100101110110110001110101001011000111010111111 | f2ed8ea58ebf |
EUC-JP | ?磁質 | 0011111110111100101001111011110011000001 | 3fbca7bcc1 |
UTF-8 | 磁質 | 111011101000100010100100111001111010001110000001111010001011001110101010 | ee88a4e7a381e8b3aa |
UHC | ?磁質 | 0011111111101101101110001111001011110101 | 3fedb8f2f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)