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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 術?術?B | 10001111011100000011111110001111011100000011111101000010 | 8f703f8f703f42 |
| EUC-JP | 術?術?B | 10111101110100010011111110111101110100010011111101000010 | bdd13fbdd13f42 |
| UTF-8 | 術離術離B | 11101000101000011001001111101111101001111010101011101000101000011001001111101111101001111010101001000010 | e8a193efa7aae8a193efa7aa42 |
| UHC | 術離術離B | 111000101111101011101100110001101110001011111010111011001100011001000010 | e2faecc6e2faecc642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)