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 | 漆辞澵 | 11110001111110011000111010111101111100101010001110001110101010111111101101001100 | f1f98ebdf2a38eabfb4c |
| EUC-JP | ?漆?辞澵 | 001111111011110010111111001111111011110010101101100011111100100011111000 | 3fbcbf3fbcad8fc8f8 |
| UTF-8 | 漆辞澵 | 111011101000010110110100111001101011110010000110111011101000011110011010111010001011111010011110111001101011111010110101 | ee85b4e6bc86ee879ae8be9ee6beb5 |
| UHC | ?漆??? | 001111111111011011010100001111110011111100111111 | 3ff6d43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)