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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 言??軟? | 10001100101111100011111100111111100100111110111000111111 | 8cbe3f3f93ee3f |
| EUC-JP | 言??軟? | 10111000110000000011111100111111110001101111000000111111 | b8c03f3fc6f03f |
| UTF-8 | 言㎬뼶軟쩙 | 111010001010100010000000111000111000111010101100111010111011110010110110111010001011101110011111111011001010100110011001 | e8a880e38eacebbcb6e8bb9feca999 |
| UHC | 言㎬뼶軟쩙 | 11100101111010111010011111101000100101101011100111100110111000111010010101001111 | e5eba7e896b9e6e3a54f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)