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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鈕ス蝣コ磑 | 1110011111100100101111011110010110100000101110101110000111110100 | e7e4bde5a0bae1f4 |
EUC-JP | 鈕ス蝣コ磑 | 11101110111001101000111010111101111010101010001010001110101110101110001011110110 | eee68ebdeaa28ebae2f6 |
UTF-8 | 鈕ス蝣コ磑 | 111010011000100010010101111011111011110110111101111010001001110110100011111011111011110110111010111001111010001110010001 | e98895efbdbde89da3efbdbae7a391 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)