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 | î¶ÎçÙ¼^ | 1110111010110110110011101110011110001111110110011011110001011110 | eeb6cee78fd9bc5e |
| SJIS-WIN | ?¶?????^ | 001111111000000111110111001111110011111100111111001111110011111101011110 | 3f81f73f3f3f3f3f5e |
| EUC-JP | î¶Îç?Ù?^ | 1000111110101011110000101010001011111001100011111010101011000010100011111010101110101110001111111000111110101010111000110011111101011110 | 8fabc2a2f98faac28fabae3f8faae33f5e |
| UTF-8 | î¶ÎçÙ¼^ | 110000111010111011000010101101101100001110001110110000111010011111000010100011111100001110011001110000101011110001011110 | c3aec2b6c38ec3a7c28fc399c2bc5e |
| UHC | ?¶????¼^ | 00111111101000101101001000111111001111110011111100111111101010001111100101011110 | 3fa2d23f3f3f3fa8f95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)