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 | ???|F | 0011111100111111001111110111110001000110 | 3f3f3f7c46 |
SJIS-WIN | 軟??|F | 100100111110111000111111001111110111110001000110 | 93ee3f3f7c46 |
EUC-JP | 軟??|F | 110001101111000000111111001111110111110001000110 | c6f03f3f7c46 |
UTF-8 | 軟쒕젍|F | 1110100010111011100111111110110010010010100101011110110010100000100011010111110001000110 | e8bb9fec9295eca08d7c46 |
UHC | 軟쒕젍|F | 1110011011100011100111001110101110100000100011100111110001000110 | e6e39ceba08e7c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)