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 | ???N | 00111111001111110011111101001110 | 3f3f3f4e |
| SJIS-WIN | 炎??N | 1000100110001010001111110011111101001110 | 898a3f3f4e |
| EUC-JP | 炎??N | 1011000111101010001111110011111101001110 | b1ea3f3f4e |
| UTF-8 | 炎울쉘N | 11100111100000101000111011101100100110101011100011101100100010011001100001001110 | e7828eec9ab8ec89984e |
| UHC | 炎울쉘N | 11100110111110101011111111101111101111011010100101001110 | e6fabfefbda94e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)