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 | 繹ル?泣ф? | 11100011100010001000001110001011001111111000101110000011100001001000011000111111 | e388838b3f8b8384863f |
| EUC-JP | 繹ル?泣фˇ | 111001011110100010100101111010110011111110110101111000111010011111100110100011111010001010110000 | e5e8a5eb3fb5e3a7e68fa2b0 |
| UTF-8 | 繹ル낑泣фˇ | 11100111101110011011100111100011100000111010101111101011100000101001000111100110101100111010001111010001100001001100101110000111 | e7b9b9e383abeb8291e6b3a3d184cb87 |
| UHC | 繹ル낑泣фˇ | 111001101011101010101011111010111011001110101001111010111110100010101100111001101010001010100111 | e6baabebb3a9ebe8ace6a2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)