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 | セュ竺治爵 | 1011111010101101100011101011000110001110101000011000111011011101 | bead8eb18ea18edd |
EUC-JP | セュ竺治爵 | 10001110101111101000111010101101101111001011001110111100101000111011110011011111 | 8ebe8eadbcb3bca3bcdf |
UTF-8 | セュ竺治爵 | 111011111011110110111110111011111011110110101101111001111010101110111010111001101011001010111011111001111000100010110101 | efbdbeefbdade7abbae6b2bbe788b5 |
UHC | ??竺治爵 | 0011111100111111111101011110011111110110101111011110110111001001 | 3f3ff5e7f6bdedc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)