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 | ??????w | 00111111001111110011111100111111001111110011111101110111 | 3f3f3f3f3f3f77 |
| SJIS-WIN | ??疑?低但w | 00111111001111111000101101011110001111111001001011100001100100100100000101110111 | 3f3f8b5e3f92e1924177 |
| EUC-JP | ??疑?低但w | 00111111001111111011010110111111001111111100010011100011110000111010001001110111 | 3f3fb5bf3fc4e3c3a277 |
| UTF-8 | 欌렪疑렑低但w | 11100110101011001000110011101011101000001010101011100111100101101001000111101011101000001001000111100100101111011000111011100100101111011000011001110111 | e6ac8ceba0aae79691eba091e4bd8ee4bd8677 |
| UHC | 欌렪疑렑低但w | 11101101111010111000111010111000111010111111011110001110101001101110111010111000110100111010001101110111 | edeb8eb8ebf78ea6eeb8d3a377 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)