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 | ????z | 0011111100111111001111110011111101111010 | 3f3f3f3f7a |
SJIS-WIN | 」銓ラz | 11110111101111111010001111100111111100101101011101111010 | f7bfa3e7f2d77a |
EUC-JP | ?」銓ラz | 0011111110001110101000111110111011110100100011101101011101111010 | 3f8ea3eef48ed77a |
UTF-8 | 」銓ラz | 11101110100101101010001011101111101111011010001111101001100010101001001111101111101111101001011101111010 | ee96a2efbda3e98a93efbe977a |
UHC | ??銓?z | 001111110011111111101111101100000011111101111010 | 3f3fefb03f7a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)