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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 邯画悽踵 | 1110011110110110100010011110011010011100101011001110011011111001 | e7b689e69cace6f9 |
| EUC-JP | 邯画悽踵 | 1110111010111000101100101110100011011000101011101110110011111011 | eeb8b2e8d8aeecfb |
| UTF-8 | 邯画悽踵 | 111010011000001010101111111001111001010010111011111001101000001010111101111010001011100010110101 | e982afe794bbe682bde8b8b5 |
| UHC | 邯?悽踵 | 11001010111110110011111111110100101001001111000110100010 | cafb3ff4a4f1a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)