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 | ???D | 00111111001111110011111101000100 | 3f3f3f44 |
| SJIS-WIN | 炎??D | 1000100110001010001111110011111101000100 | 898a3f3f44 |
| EUC-JP | 炎??D | 1011000111101010001111110011111101000100 | b1ea3f3f44 |
| UTF-8 | 炎울쉘D | 11100111100000101000111011101100100110101011100011101100100010011001100001000100 | e7828eec9ab8ec899844 |
| UHC | 炎울쉘D | 11100110111110101011111111101111101111011010100101000100 | e6fabfefbda944 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)