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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 軏情摺釵ィ | 111110111011001010001111111011101001000010100000111001111101111010101000 | fbb28fee90a0e7dea8 |
| EUC-JP | 軏情摺釵ィ | 1000111111100000110110011011111011110000110000001010001011101110111000001000111010101000 | 8fe0d9bef0c0a2eee08ea8 |
| UTF-8 | 軏情摺釵ィ | 111010001011101110001111111001101000001110000101111001101001000110111010111010011000011110110101111011111011110110101000 | e8bb8fe68385e691bae987b5efbda8 |
| UHC | ?情摺釵? | 0011111111101111110101111110111111001001111100111111101100111111 | 3fefd7efc9f3fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)