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 | 、邵・^ | 11110000101001011010010011100111101110001010010101011110 | f0a5a4e7b8a55e |
EUC-JP | ?、邵・^ | 0011111110001110101001001110111010111010100011101010010101011110 | 3f8ea4eeba8ea55e |
UTF-8 | 、邵・^ | 11101110100000011010010011101111101111011010010011101001100000101011010111101111101111011010010101011110 | ee81a4efbda4e982b5efbda55e |
UHC | ??邵?^ | 001111110011111111100001110100000011111101011110 | 3f3fe1d03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)