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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ??垣矜?寃 | 001111110011111110001010010111111110000111100000001111111001101110000011 | 3f3f8a5fe1e03f9b83 |
| EUC-JP | ??垣矜?寃 | 001111110011111110110011110000001110001011100010001111111101010111100011 | 3f3fb3c0e2e23fd5e3 |
| UTF-8 | 欌렪垣矜썬寃 | 111001101010110010001100111010111010000010101010111001011001111010100011111001111001111110011100111011001000110110101100111001011010111110000011 | e6ac8ceba0aae59ea3e79f9cec8dace5af83 |
| UHC | 欌렪垣矜썬寃 | 111011011110101110001110101110001110101010101111110100001110100010111101111000111110101010110010 | edeb8eb8eaafd0e8bde3eab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)