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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| SJIS-WIN | 瑤??墻??^ | 111010101010001000111111001111111001101011010100001111110011111101011110 | eaa23f3f9ad43f3f5e |
| EUC-JP | 瑤??墻??^ | 111101001010010000111111001111111101010011010110001111110011111101011110 | f4a43f3fd4d63f3f5e |
| UTF-8 | 瑤듣눎墻욤나^ | 11100111100100011010010011101011100100111010001111101011100010001000111011100101101000101011101111101100100110101010010011101011100000101001100001011110 | e791a4eb93a3eb888ee5a2bbec9aa4eb82985e |
| UHC | 瑤듣눎墻욤나^ | 11101000111111011011010111101000100001111010101011101101110111111011111111101000101100111010101001011110 | e8fdb5e887aaeddfbfe8b3aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)