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 | å©è¾¿^ | 11100101100011111010100111101000101111101011111101011110 | e58fa9e8bebf5e |
| SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| EUC-JP | å?©è?¿^ | 100011111010101110101001001111111000111110100010111011011000111110101011101100100011111110001111101000101100010001011110 | 8faba93f8fa2ed8fabb23f8fa2c45e |
| UTF-8 | å©è¾¿^ | 11000011101001011100001010001111110000101010100111000011101010001100001010111110110000101011111101011110 | c3a5c28fc2a9c3a8c2bec2bf5e |
| UHC | ????¾¿^ | 001111110011111100111111001111111010100011111010101000101010111101011110 | 3f3f3f3fa8faa2af5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)