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 | 炎?? | 10001001100010100011111100111111 | 898a3f3f |
| EUC-JP | 炎?? | 10110001111010100011111100111111 | b1ea3f3f |
| UTF-8 | 炎룩옠 | 111001111000001010001110111010111010001110101001111011001001100010100000 | e7828eeba3a9ec98a0 |
| UHC | 炎룩옠 | 111001101111101010110111111010001001111010100010 | e6fab7e89ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)