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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 慂亂菷麁 | 1001110011001000100110001010101011100100110001101110101001100101 | 9cc898aae4c6ea65 |
EUC-JP | 慂亂菷麁 | 1101100011001010110100001010110011101000110010001111001111000110 | d8cad0ace8c8f3c6 |
UTF-8 | 慂亂菷麁 | 111001101000010110000010111001001011101010000010111010001000111110110111111010011011101010000001 | e68582e4ba82e88fb7e9ba81 |
UHC | 慂亂?? | 111010011011110111010101101011110011111100111111 | e9bdd5af3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)