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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | 嚥〓?誼?^ | 100110101000101110000001101011000011111110001011011000100011111101011110 | 9a8b81ac3f8b623f5e |
| EUC-JP | 嚥〓?誼?^ | 110100111110101110100010101011100011111110110101110000110011111101011110 | d3eba2ae3fb5c33f5e |
| UTF-8 | 嚥〓씭誼텽^ | 11100101100110101010010111100011100000001001001111101100100101001010110111101000101010101011110011101101100001011011110101011110 | e59aa5e38093ec94ade8aabced85bd5e |
| UHC | 嚥〓씭誼텽^ | 1110011010111111101000011110101110011101101111101110101111111110101101110100111101011110 | e6bfa1eb9dbeebfeb74f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)