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 | é¶å§ | 111010011000000010110110111001011010011110000110 | e980b6e5a786 |
| SJIS-WIN | ??¶?§? | 0011111100111111100000011111011100111111100000011001100000111111 | 3f3f81f73f81983f |
| EUC-JP | é?¶å§? | 100011111010101110110001001111111010001011111001100011111010101110101001101000011111100000111111 | 8fabb13fa2f98faba9a1f83f |
| UTF-8 | é¶å§ | 110000111010100111000010100000001100001010110110110000111010010111000010101001111100001010000110 | c3a9c280c2b6c3a5c2a7c286 |
| UHC | ??¶?§? | 0011111100111111101000101101001000111111101000011101011100111111 | 3f3fa2d23fa1d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)