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 | ??A | 001111110011111101000001 | 3f3f41 |
| SJIS-WIN | 闍」A | 11101000100010111010001101000001 | e88ba341 |
| EUC-JP | 闍」A | 1110111111101011100011101010001101000001 | efeb8ea341 |
| UTF-8 | 闍」A | 11101001100101111000110111101111101111011010001101000001 | e9978defbda341 |
| UHC | ??A | 001111110011111101000001 | 3f3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)