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 | ???yB | 0011111100111111001111110111100101000010 | 3f3f3f7942 |
SJIS-WIN | 軟??yB | 100100111110111000111111001111110111100101000010 | 93ee3f3f7942 |
EUC-JP | 軟??yB | 110001101111000000111111001111110111100101000010 | c6f03f3f7942 |
UTF-8 | 軟쒕젍yB | 1110100010111011100111111110110010010010100101011110110010100000100011010111100101000010 | e8bb9fec9295eca08d7942 |
UHC | 軟쒕젍yB | 1110011011100011100111001110101110100000100011100111100101000010 | e6e39ceba08e7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)