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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 豬幄悧 | 111001101011010110011011111010001001110010100100 | e6b59be89ca4 |
| EUC-JP | 豬幄悧 | 111011001011011111010110111010101101100010100110 | ecb7d6ead8a6 |
| UTF-8 | 豬幄悧 | 111010001011000110101100111001011011100110000100111001101000001010100111 | e8b1ace5b984e682a7 |
| UHC | ?幄悧 | 0011111111100100110000011101011111011100 | 3fe4c1d7dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)