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 | ?\B | 001111110101110001000010 | 3f5c42 |
SJIS-WIN | 旗\B | 10001010111110000101110001000010 | 8af85c42 |
EUC-JP | 旗\B | 10110100111110100101110001000010 | b4fa5c42 |
UTF-8 | 旗\B | 1110011010010111100101110101110001000010 | e697975c42 |
UHC | 旗\B | 11010000111111010101110001000010 | d0fd5c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)