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 | ???yY | 0011111100111111001111110111100101011001 | 3f3f3f7959 |
SJIS-WIN | 軟??yY | 100100111110111000111111001111110111100101011001 | 93ee3f3f7959 |
EUC-JP | 軟??yY | 110001101111000000111111001111110111100101011001 | c6f03f3f7959 |
UTF-8 | 軟쒕젍yY | 1110100010111011100111111110110010010010100101011110110010100000100011010111100101011001 | e8bb9fec9295eca08d7959 |
UHC | 軟쒕젍yY | 1110011011100011100111001110101110100000100011100111100101011001 | e6e39ceba08e7959 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)