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 | ìì¶O^ | 1110110010000110100100001110110010000100101101100100111101011110 | ec8690ec84b64f5e |
| SJIS-WIN | ?????¶O^ | 001111110011111100111111001111110011111110000001111101110100111101011110 | 3f3f3f3f3f81f74f5e |
| EUC-JP | ì??ì?¶O^ | 10001111101010111100000000111111001111111000111110101011110000000011111110100010111110010100111101011110 | 8fabc03f3f8fabc03fa2f94f5e |
| UTF-8 | ìì¶O^ | 1100001110101100110000101000011011000010100100001100001110101100110000101000010011000010101101100100111101011110 | c3acc286c290c3acc284c2b64f5e |
| UHC | ?????¶O^ | 001111110011111100111111001111110011111110100010110100100100111101011110 | 3f3f3f3f3fa2d24f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)