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 | 焄セ隯キ焄 | 1111101101010100101111101111101111101100101101111111101101010100 | fb54befbecb7fb54 |
EUC-JP | 焄セ隯キ焄 | 10001111110010011110001110001110101111101000111111100110111011111000111010110111100011111100100111100011 | 8fc9e38ebe8fe6ef8eb78fc9e3 |
UTF-8 | 焄セ隯キ焄 | 111001111000010010000100111011111011110110111110111010011001101010101111111011111011110110110111111001111000010010000100 | e78484efbdbee99aafefbdb7e78484 |
UHC | 焄???焄 | 11111101101101100011111100111111001111111111110110110110 | fdb63f3f3ffdb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)