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 | ??v | 001111110011111101110110 | 3f3f76 |
SJIS-WIN | ?叡v | 00111111100010010110001001110110 | 3f896276 |
EUC-JP | ?叡v | 00111111101100011100001101110110 | 3fb1c376 |
UTF-8 | 䩉叡v | 11100100101010011000100111100101100011111010000101110110 | e4a989e58fa176 |
UHC | ?叡v | 00111111111001111101010101110110 | 3fe7d576 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)