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 | ?rB | 001111110111001001000010 | 3f7242 |
SJIS-WIN | 但rB | 10010010010000010111001001000010 | 92417242 |
EUC-JP | 但rB | 11000011101000100111001001000010 | c3a27242 |
UTF-8 | 但rB | 1110010010111101100001100111001001000010 | e4bd867242 |
UHC | 但rB | 11010011101000110111001001000010 | d3a37242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)