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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?攀 | 001111111001110110110011 | 3f9db3 |
EUC-JP | ?攀 | 001111111101101010110101 | 3fdab5 |
UTF-8 | 亐攀 | 111001001011101010010000111001101001010010000000 | e4ba90e69480 |
UHC | 亐攀 | 11101010101001111101101011100111 | eaa7dae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)