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 | 110011011011000001001110 | cdb04e |
| EUC-JP | ヘーN | 1000111011001101100011101011000001001110 | 8ecd8eb04e |
| UTF-8 | ヘーN | 11101111101111101000110111101111101111011011000001001110 | efbe8defbdb04e |
| UHC | ??N | 001111110011111101001110 | 3f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)