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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 燼??蠅 | 111000001001111000111111001111111110010110100010 | e09e3f3fe5a2 |
| EUC-JP | 燼??蠅 | 110111111111111000111111001111111110101010100100 | dffe3f3feaa4 |
| UTF-8 | 燼뛿뙳蠅 | 111001111000011110111100111010111001101110111111111010111001100110110011111010001010000010000101 | e787bceb9bbfeb99b3e8a085 |
| UHC | 燼뛿뙳蠅 | 1110001111101000100011011000010110001100101101101110001110110010 | e3e88d858cb6e3b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)