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 | 踰キ陞「 | 111001101111101010110111111010001001111010100010 | e6fab7e89ea2 |
| EUC-JP | 踰キ陞「 | 1110110011111100100011101011011111101111111111101000111010100010 | ecfc8eb7effe8ea2 |
| UTF-8 | 踰キ陞「 | 111010001011100010110000111011111011110110110111111010011001100110011110111011111011110110100010 | e8b8b0efbdb7e9999eefbda2 |
| UHC | 踰?陞? | 111010111011001000111111111000111011001100111111 | ebb23fe3b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)