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 | ??ⅱ芦 | 001111110011111111111010010000011000100010110000 | 3f3ffa4188b0 |
| EUC-JP | 琰??芦 | 10001111110011001011010000111111001111111011000010110010 | 8fccb43f3fb0b2 |
| UTF-8 | 琰€ⅱ芦 | 111001111001000010110000111000101000001010101100111000101000010110110001111010001000101010100110 | e790b0e282ace285b1e88aa6 |
| UHC | 琰€ⅱ芦 | 1110011011111100101000101110011010100101101000101111101111011000 | e6fca2e6a5a2fbd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)