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 | 穩??詭 | 111000100111001000111111001111111110011001101011 | e2723f3fe66b |
| EUC-JP | 穩??詭 | 111000111101001100111111001111111110101111001100 | e3d33f3febcc |
| UTF-8 | 穩덀굦詭 | 111001111010100110101001111010111000110110000000111010101011010110100110111010001010100110101101 | e7a9a9eb8d80eab5a6e8a9ad |
| UHC | 穩덀굦詭 | 1110100010110001100010001110001110000010100011001100111111111000 | e8b188e3828ccff8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)