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 | uV | 100110100111010101010110 | 9a7556 |
SJIS-WIN | ?uV | 001111110111010101010110 | 3f7556 |
EUC-JP | ?uV | 001111110111010101010110 | 3f7556 |
UTF-8 | uV | 11000010100110100111010101010110 | c29a7556 |
UHC | ?uV | 001111110111010101010110 | 3f7556 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)