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 | 竇ウ謔蛾巨 | 111000101000010110110011111001101000001010001001111010011000101110010000 | e285b3e68289e98b90 |
EUC-JP | 竇ウ謔蛾巨 | 11100011111001011000111010110011111010111110001010110010111010111011010111110000 | e3e58eb3ebe2b2ebb5f0 |
UTF-8 | 竇ウ謔蛾巨 | 111001111010101110000111111011111011110110110011111010001010110010010100111010001001101110111110111001011011011110101000 | e7ab87efbdb3e8ac94e89bbee5b7a8 |
UHC | 竇?謔蛾巨 | 110101001110010000111111111110011100110011100100101101101100101111011101 | d4e43ff9cce4b6cbdd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)