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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | ????穴^ | 00111111001111110011111100111111100011001000101001011110 | 3f3f3f3f8c8a5e |
| EUC-JP | ????穴^ | 00111111001111110011111100111111101101111110101001011110 | 3f3f3f3fb7ea5e |
| UTF-8 | 룶콓▣룫穴^ | 11101011101000111011011011101100101111011001001111100010100101101010001111101011101000111010101111100111101010011011010001011110 | eba3b6ecbd93e296a3eba3abe7a9b45e |
| UHC | 룶콓▣룫穴^ | 1000111110101011101100011000111110100010110000111000111110100010111110101110101101011110 | 8fabb18fa2c38fa2faeb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)