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 | ߸o | 110111111011100001101111 | dfb86f |
SJIS-WIN | ??o | 001111110011111101101111 | 3f3f6f |
EUC-JP | ߸o | 10001111101010011100111010001111101000101011000101101111 | 8fa9ce8fa2b16f |
UTF-8 | ߸o | 1100001110011111110000101011100001101111 | c39fc2b86f |
UHC | ߸o | 1010100110101100101000101010110001101111 | a9aca2ac6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)