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 | 箋碁す褸 | 1110001010110011100011001110100110000010101101111110010111111000 | e2b38ce982b7e5f8 |
| EUC-JP | 箋碁す褸 | 1110010010110101101110001110101110100100101110011110101011111010 | e4b5b8eba4b9eafa |
| UTF-8 | 箋碁す褸 | 111001111010111010001011111001111010001010000001111000111000000110011001111010001010010010111000 | e7ae8be7a281e38199e8a4b8 |
| UHC | 箋碁す褸 | 1110111110101000110100011011001110101010101110011101011110101110 | efa8d1b3aab9d7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)