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 | 狐耕?齬黨 | 100011001100111110001101011010110011111111101010100101111110101001111101 | 8ccf8d6b3fea97ea7d |
EUC-JP | 狐耕?齬黨 | 101110001101000110111001110011000011111111110011111101111111001111011110 | b8d1b9cc3ff3f7f3de |
UTF-8 | 狐耕깥齬黨 | 111001111000101110010000111010001000000010010101111010101011100110100101111010011011110110101100111010011011101110101000 | e78b90e88095eab9a5e9bdace9bba8 |
UHC | 狐耕깥齬黨 | 11111011110011111100110011101001101100011111100111100101111000011101001111011010 | fbcfcce9b1f9e5e1d3da |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)