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 | íMíí» | 11101101100110001001011001001101111011011001100010011000111011011001100010111011 | ed98964ded9898ed98bb |
| SJIS-WIN | ???M?????? | 00111111001111110011111101001101001111110011111100111111001111110011111100111111 | 3f3f3f4d3f3f3f3f3f3f |
| EUC-JP | í??Mí??í?? | 10001111101010111011111100111111001111110100110110001111101010111011111100111111001111111000111110101011101111110011111100111111 | 8fabbf3f3f4d8fabbf3f3f8fabbf3f3f |
| UTF-8 | íMíí» | 11000011101011011100001010011000110000101001011001001101110000111010110111000010100110001100001010011000110000111010110111000010100110001100001010111011 | c3adc298c2964dc3adc298c298c3adc298c2bb |
| UHC | ???M?????? | 00111111001111110011111101001101001111110011111100111111001111110011111100111111 | 3f3f3f4d3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)