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 | ???y\ | 0011111100111111001111110111100101011100 | 3f3f3f795c |
SJIS-WIN | 軟??y\ | 100100111110111000111111001111110111100101011100 | 93ee3f3f795c |
EUC-JP | 軟??y\ | 110001101111000000111111001111110111100101011100 | c6f03f3f795c |
UTF-8 | 軟쒕젍y\ | 1110100010111011100111111110110010010010100101011110110010100000100011010111100101011100 | e8bb9fec9295eca08d795c |
UHC | 軟쒕젍y\ | 1110011011100011100111001110101110100000100011100111100101011100 | e6e39ceba08e795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)