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 | 雕亥ョソ雕 | 1110100010111000100010001110010110101110101111111110100010111000 | e8b888e5aebfe8b8 |
EUC-JP | 雕亥ョソ雕 | 11110000101110101011000011100111100011101010111010001110101111111111000010111010 | f0bab0e78eae8ebff0ba |
UTF-8 | 雕亥ョソ雕 | 111010011001101110010101111001001011101010100101111011111011110110101110111011111011110110111111111010011001101110010101 | e99b95e4baa5efbdaeefbdbfe99b95 |
UHC | 雕亥??雕 | 1111000011100111111110101010010000111111001111111111000011100111 | f0e7faa43f3ff0e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)