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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 賽隴嵬 | 111001101100111011101000101011011001101111001010 | e6cee8ad9bca |
EUC-JP | 賽隴嵬 | 111011001101000011110000101011111101011011001100 | ecd0f0afd6cc |
UTF-8 | 賽隴嵬 | 111010001011001110111101111010011001101010110100111001011011010110101100 | e8b3bde99ab4e5b5ac |
UHC | 賽?嵬 | 1101111111011111001111111110100011100011 | dfdf3fe8e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)