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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 紆往紆往B | 111000101111110010001001100111011110001011111100100010011001110101000010 | e2fc899de2fc899d42 |
| EUC-JP | 紆往紆往B | 111001001111111010110001111111011110010011111110101100011111110101000010 | e4feb1fde4feb1fd42 |
| UTF-8 | 紆往紆往B | 11100111101101001000011011100101101111101000000011100111101101001000011011100101101111101000000001000010 | e7b486e5be80e7b486e5be8042 |
| UHC | 紆往紆往B | 111010011110000111101000110110011110100111100001111010001101100101000010 | e9e1e8d9e9e1e8d942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)