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 | 謔滔セ・謔 | 1110011010000010100111111110101110111110101001011110011010000010 | e6829febbea5e682 |
EUC-JP | 謔滔セ・謔 | 11101011111000101101111011101101100011101011111010001110101001011110101111100010 | ebe2deed8ebe8ea5ebe2 |
UTF-8 | 謔滔セ・謔 | 111010001010110010010100111001101011101110010100111011111011110110111110111011111011110110100101111010001010110010010100 | e8ac94e6bb94efbdbeefbda5e8ac94 |
UHC | 謔滔??謔 | 1111100111001100110101001010010100111111001111111111100111001100 | f9ccd4a53f3ff9cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)