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 | 邯擁?弱 | 11100111101101101001011101101001001111111000111011100011 | e7b697693f8ee3 |
| EUC-JP | 邯擁?弱 | 11101110101110001100110111001010001111111011110011100101 | eeb8cdca3fbce5 |
| UTF-8 | 邯擁롛弱 | 111010011000001010101111111001101001001110000001111010111010000110011011111001011011110010110001 | e982afe69381eba19be5bcb1 |
| UHC | 邯擁롛弱 | 1100101011111011111010001011011010001110110111111110010110110000 | cafbe8b68edfe5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)