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 | ??ⅱ底 | 001111110011111111111010010000011001001011101010 | 3f3ffa4192ea |
| EUC-JP | 琰??底 | 10001111110011001011010000111111001111111100010011101100 | 8fccb43f3fc4ec |
| UTF-8 | 琰€ⅱ底 | 111001111001000010110000111000101000001010101100111000101000010110110001111001011011101010010101 | e790b0e282ace285b1e5ba95 |
| UHC | 琰€ⅱ底 | 1110011011111100101000101110011010100101101000101110111010111100 | e6fca2e6a5a2eebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)