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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 泝泝^ | 1001111110011011100111111001101101011110 | 9f9b9f9b5e |
EUC-JP | 泝泝^ | 1101110111111011110111011111101101011110 | ddfbddfb5e |
UTF-8 | 泝泝^ | 11100110101100111001110111100110101100111001110101011110 | e6b39de6b39d5e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)