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 | ???v | 00111111001111110011111101110110 | 3f3f3f76 |
SJIS-WIN | 蠻門幃v | 11100101110001011001011011100101100110111110100101110110 | e5c596e59be976 |
EUC-JP | 蠻門幃v | 11101010110001111100110011100111110101101110101101110110 | eac7cce7d6eb76 |
UTF-8 | 蠻門幃v | 11101000101000001011101111101001100101101000000011100101101110011000001101110110 | e8a0bbe99680e5b98376 |
UHC | 蠻門?v | 110110001100000111011010101001100011111101110110 | d8c1daa63f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)