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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 辷千査迪セ | 111001111000100010010000111001111000110110111000111001111000110010111110 | e78890e78db8e78cbe |
EUC-JP | 辷千査迪セ | 11101101111010001100000011101001101110101011101011101101111011001000111010111110 | ede8c0e9babaedec8ebe |
UTF-8 | 辷千査迪セ | 111010001011111010110111111001011000110110000011111001101001111110111011111010001011111110101010111011111011110110111110 | e8beb7e58d83e69fbbe8bfaaefbdbe |
UHC | ?千査迪? | 0011111111110100101101101101111011011011111011101110100000111111 | 3ff4b6dedbeee83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)