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 | ?? | 0011111100111111 | 3f3f |
| SJIS-WIN | 借丈 | 10001110110110001000111111100100 | 8ed88fe4 |
| EUC-JP | 借丈 | 10111100110110101011111011100110 | bcdabee6 |
| UTF-8 | 借丈 | 111001011000000010011111111001001011100010001000 | e5809fe4b888 |
| UHC | 借丈 | 11110011101010001110110111011011 | f3a8eddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)