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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 諟リ莢ソ葢 | 1111101110101000110110001110010010110000101111111110010011100010 | fba8d8e4b0bfe4e2 |
| EUC-JP | 諟リ莢ソ葢 | 1000111111011110101100001000111011011000111010001011001010001110101111111110100011100100 | 8fdeb08ed8e8b28ebfe8e4 |
| UTF-8 | 諟リ莢ソ葢 | 111010001010101110011111111011111011111010011000111010001000111010100010111011111011110110111111111010001001000110100010 | e8ab9fefbe98e88ea2efbdbfe891a2 |
| UHC | ??莢?? | 001111110011111111111010111110000011111100111111 | 3f3ffaf83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)