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 | 琮?址?日 | 1111101101101010001111111001101010101100001111111001001111111010 | fb6a3f9aac3f93fa |
| EUC-JP | 琮?址?日 | 100011111100110010110010001111111101010010101110001111111100011011111100 | 8fccb23fd4ae3fc6fc |
| UTF-8 | 琮렰址렖日 | 111001111001000010101110111010111010000010110000111001011001110110000000111010111010000010010110111001101001011110100101 | e790aeeba0b0e59d80eba096e697a5 |
| UHC | 琮렰址렖日 | 11110000111110011000111010111101111100101010001110001110101010111110110011101101 | f0f98ebdf2a38eabeced |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)