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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 軟??h筌 | 10010011111011100011111100111111011010001110001010100011 | 93ee3f3f68e2a3 |
EUC-JP | 軟??h筌 | 11000110111100000011111100111111011010001110010010100101 | c6f03f3f68e4a5 |
UTF-8 | 軟쒕젍h筌 | 11101000101110111001111111101100100100101001010111101100101000001000110101101000111001111010110110001100 | e8bb9fec9295eca08d68e7ad8c |
UHC | 軟쒕젍h筌 | 111001101110001110011100111010111010000010001110011010001110111110100111 | e6e39ceba08e68efa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)