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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 苺?∴ | 1110010010010101001111111000000110001000 | e4953f8188 |
| EUC-JP | 苺鏅∴ | 11100111111101011000111111100101101111101010000111101000 | e7f58fe5bea1e8 |
| UTF-8 | 苺鏅∴ | 111010001000101110111010111010011000111110000101111000101000100010110100 | e88bbae98f85e288b4 |
| UHC | ??∴ | 00111111001111111010000111000101 | 3f3fa1c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)