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 | 爵質 | 111101001010001110001110110111011000111010111111 | f4a38edd8ebf |
EUC-JP | ?爵質 | 0011111110111100110111111011110011000001 | 3fbcdfbcc1 |
UTF-8 | 爵質 | 111011101000110110010010111001111000100010110101111010001011001110101010 | ee8d92e788b5e8b3aa |
UHC | ?爵質 | 0011111111101101110010011111001011110101 | 3fedc9f2f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)