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 | 辷千隆 | 111001111000100010010000111001111001011110110010 | e78890e797b2 |
EUC-JP | 辷千隆 | 111011011110100011000000111010011100111010110100 | ede8c0e9ceb4 |
UTF-8 | 辷千隆 | 111010001011111010110111111001011000110110000011111010011001101010000110 | e8beb7e58d83e99a86 |
UHC | ?千隆 | 0011111111110100101101101101011111001100 | 3ff4b6d7cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)