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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 窈??愿ゅ? | 111000100111011100111111001111111001110011000011100000101110001100111111 | e2773f3f9cc382e33f |
| EUC-JP | 窈??愿ゅ? | 111000111101100000111111001111111101100011000101101001001110010100111111 | e3d83f3fd8c5a4e53f |
| UTF-8 | 窈띾봽愿ゅ츐 | 111001111010101010001000111010111001110110111110111010111011010010111101111001101000010010111111111000111000001010000101111011001011100010010000 | e7aa88eb9dbeebb4bde684bfe38285ecb890 |
| UHC | 窈띾봽愿ゅ츐 | 111010011010000110001101111010111001010010000100111010101011010010101010111001011010111010001011 | e9a18deb9484eab4aae5ae8b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)