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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 他村~ | 1001000110111100100100011011101001111110 | 91bc91ba7e |
EUC-JP | 他村~ | 1100001010111110110000101011110001111110 | c2bec2bc7e |
UTF-8 | 他村~ | 11100100101110111001011011100110100111011001000101111110 | e4bb96e69d917e |
UHC | 他村~ | 1111011011100010111101011011110101111110 | f6e2f5bd7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)