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 | 痾痣毬鱆 | 1110000101111101111000010111101110011111011110111110100111100001 | e17de17b9f7be9e1 |
| EUC-JP | 痾痣毬鱆 | 1110000111011110111000011101110011011101110111001111001011100011 | e1dee1dcdddcf2e3 |
| UTF-8 | 痾痣毬鱆 | 111001111001011110111110111001111001011110100011111001101010111110101100111010011011000110000110 | e797bee797a3e6aface9b186 |
| UHC | ??毬? | 0011111100111111110011111011001100111111 | 3f3fcfb33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)