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 | 綣∴□逶 | 1110001101011011100000011000100010000001101000001110011110011011 | e35b818881a0e79b |
| EUC-JP | 綣∴□逶 | 1110010110111100101000011110100010100010101000101110110111111011 | e5bca1e8a2a2edfb |
| UTF-8 | 綣∴□逶 | 111001111011011010100011111000101000100010110100111000101001011010100001111010011000000010110110 | e7b6a3e288b4e296a1e980b6 |
| UHC | ?∴□? | 001111111010000111000101101000011110000000111111 | 3fa1c5a1e03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)