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 | òõíà | 11110010111101011110110111000011 | f2f5edc3 |
| SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| EUC-JP | òõíà | 100011111010101111010010100011111010101111011000100011111010101110111111100011111010101010101010 | 8fabd28fabd88fabbf8faaaa |
| UTF-8 | òõíà | 1100001110110010110000111011010111000011101011011100001110000011 | c3b2c3b5c3adc383 |
| UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)