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 | 莠ィホオ繞 | 11100100101110101010100011001110101101011110001110000101 | e4baa8ceb5e385 |
| EUC-JP | 莠ィホオ繞 | 11101000101111001000111010101000100011101100111010001110101101011110010111100101 | e8bc8ea88ece8eb5e5e5 |
| UTF-8 | 莠ィホオ繞 | 111010001000111010100000111011111011110110101000111011111011111010001110111011111011110110110101111001111011100110011110 | e88ea0efbda8efbe8eefbdb5e7b99e |
| UHC | ????繞 | 001111110011111100111111001111111110100110100100 | 3f3f3f3fe9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)