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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ?蹣筺燿 | 00111111111001110100100111100010100111111110000010100000 | 3fe749e29fe0a0 |
| EUC-JP | ņ蹣筺燿 | 100011111010101111001111111011011010101011100100101000011110000010100010 | 8fabcfedaae4a1e0a2 |
| UTF-8 | ņ蹣筺燿 | 1100010110000110111010001011100110100011111001111010110110111010111001111000011110111111 | c586e8b9a3e7adbae787bf |
| UHC | ???燿 | 0011111100111111001111111110100011111100 | 3f3f3fe8fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)