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 | 額疫 | 10001010011110101000100101110101 | 8a7a8975 |
EUC-JP | 額疫 | 10110011110110111011000111010110 | b3dbb1d6 |
UTF-8 | 額疫 | 111010011010000110001101111001111001011010101011 | e9a18de796ab |
UHC | 額疫 | 11100100111111101110011010111001 | e4fee6b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)