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 | âµóµÒý^ | 11100010101101011111001110110101110100101111110101011110 | e2b5f3b5d2fd5e |
| SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| EUC-JP | â?ó?Òý^ | 100011111010101110100100001111111000111110101011110100010011111110001111101010101101001010001111101010111111001001011110 | 8faba43f8fabd13f8faad28fabf25e |
| UTF-8 | âµóµÒý^ | 11000011101000101100001010110101110000111011001111000010101101011100001110010010110000111011110101011110 | c3a2c2b5c3b3c2b5c392c3bd5e |
| UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)