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 | 00111111001111110011111101000001 | 3f3f3f41 |
| SJIS-WIN | 辰脱揃A | 10010010010000111001001001000101100100011011010101000001 | 9243924591b541 |
| EUC-JP | 辰脱揃A | 11000011101001001100001110100110110000101011011101000001 | c3a4c3a6c2b741 |
| UTF-8 | 辰脱揃A | 11101000101111101011000011101000100001001011000111100110100011111000001101000001 | e8beb0e884b1e68f8341 |
| UHC | 辰??A | 1111001011100011001111110011111101000001 | f2e33f3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)