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 | 軟?す穩 | 10010011111011100011111110000010101101111110001001110010 | 93ee3f82b7e272 |
| EUC-JP | 軟?す穩 | 11000110111100000011111110100100101110011110001111010011 | c6f03fa4b9e3d3 |
| UTF-8 | 軟뉓す穩 | 111010001011101110011111111010111000100110010011111000111000000110011001111001111010100110101001 | e8bb9feb8993e38199e7a9a9 |
| UHC | 軟뉓す穩 | 1110011011100011100001111110100010101010101110011110100010110001 | e6e387e8aab9e8b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)