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 | 001111110011111101001110 | 3f3f4e |
| SJIS-WIN | 旭?N | 10001000101011100011111101001110 | 88ae3f4e |
| EUC-JP | 旭?N | 10110000101100000011111101001110 | b0b03f4e |
| UTF-8 | 旭렔N | 11100110100101111010110111101011101000001001010001001110 | e697adeba0944e |
| UHC | 旭렔N | 1110100111101111100011101010100101001110 | e9ef8ea94e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)