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 | ç í]äá | 1110011110000101100010111110110110001111010111011110010011100001 | e7858bed8f5de4e1 |
| SJIS-WIN | ?????]?? | 0011111100111111001111110011111100111111010111010011111100111111 | 3f3f3f3f3f5d3f3f |
| EUC-JP | ç??í?]äá | 10001111101010111010111000111111001111111000111110101011101111110011111101011101100011111010101110100011100011111010101110100001 | 8fabae3f3f8fabbf3f5d8faba38faba1 |
| UTF-8 | ç í]äá | 110000111010011111000010100001011100001010001011110000111010110111000010100011110101110111000011101001001100001110100001 | c3a7c285c28bc3adc28f5dc3a4c3a1 |
| UHC | ?????]?? | 0011111100111111001111110011111100111111010111010011111100111111 | 3f3f3f3f3f5d3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)