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 | 雜ウ陜珠サ | 1110100010110110101100111110100010011101100011101110110010111011 | e8b6b3e89d8eecbb |
| EUC-JP | 雜ウ陜珠サ | 11110000101110001000111010110011111011111111110110111100111011101000111010111011 | f0b88eb3effdbcee8ebb |
| UTF-8 | 雜ウ陜珠サ | 111010011001101110011100111011111011110110110011111010011001100110011100111001111000111110100000111011111011110110111011 | e99b9cefbdb3e9999ce78fa0efbdbb |
| UHC | 雜?陜珠? | 1110110111011010001111111111100111110000111100011100000100111111 | edda3ff9f0f1c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)