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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 芫主辱 | 111001001000101110001110111001011001000001001010 | e48b8ee5904a |
EUC-JP | 芫主辱 | 111001111110101110111100111001111011111110101011 | e7ebbce7bfab |
UTF-8 | 芫主辱 | 111010001000101010101011111001001011100010111011111010001011111010110001 | e88aabe4b8bbe8beb1 |
UHC | ?主辱 | 0011111111110001101010111110100110110100 | 3ff1abe9b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)