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 | ツ。矜 | 11000010101000011110000111100000 | c2a1e1e0 |
| EUC-JP | ツ。矜 | 100011101100001010001110101000011110001011100010 | 8ec28ea1e2e2 |
| UTF-8 | ツ。矜 | 111011111011111010000010111011111011110110100001111001111001111110011100 | efbe82efbda1e79f9c |
| UHC | ??矜 | 00111111001111111101000011101000 | 3f3fd0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)