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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 騾墓ウ・^ | 11101001100000001001010111100110101100111010010101011110 | e98095e6b3a55e |
EUC-JP | 騾墓ウ・^ | 111100011110000011001010111010001000111010110011100011101010010101011110 | f1e0cae88eb38ea55e |
UTF-8 | 騾墓ウ・^ | 11101001101010001011111011100101101000101001001111101111101111011011001111101111101111011010010101011110 | e9a8bee5a293efbdb3efbda55e |
UHC | ?墓??^ | 001111111101100111010111001111110011111101011110 | 3fd9d73f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)