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 | 羞?∝ | 1110001110110101001111111000000111100101 | e3b53f81e5 |
| EUC-JP | 羞騑∝ | 11100110101101111000111111101001101111011010001011100111 | e6b78fe9bda2e7 |
| UTF-8 | 羞騑∝ | 111001111011111010011110111010011010100010010001111000101000100010011101 | e7be9ee9a891e2889d |
| UHC | 羞?∝ | 1110001010111010001111111010000111110000 | e2ba3fa1f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)