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 | ?sG | 001111110111001101000111 | 3f7347 |
SJIS-WIN | 但sG | 10010010010000010111001101000111 | 92417347 |
EUC-JP | 但sG | 11000011101000100111001101000111 | c3a27347 |
UTF-8 | 但sG | 1110010010111101100001100111001101000111 | e4bd867347 |
UHC | 但sG | 11010011101000110111001101000111 | d3a37347 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)