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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鉗ェ迯銃^ | 1110011111100111101010101110011110001101100011110110010101011110 | e7e7aae78d8f655e |
EUC-JP | 鉗ェ迯銃^ | 111011101110100110001110101010101110110111101101101111011100011001011110 | eee98eaaededbdc65e |
UTF-8 | 鉗ェ迯銃^ | 11101001100010011001011111101111101111011010101011101000101111111010111111101001100010101000001101011110 | e98997efbdaae8bfafe98a835e |
UHC | 鉗??銃^ | 11001100110001100011111100111111111101011100100001011110 | ccc63f3ff5c85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)