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 | 崛濫 | 10011011101111111001011110010100 | 9bbf9794 |
EUC-JP | 崛濫 | 11010110110000011100110111110100 | d6c1cdf4 |
UTF-8 | 崛濫 | 111001011011010010011011111001101011111110101011 | e5b49be6bfab |
UHC | ?濫 | 001111111101010110111101 | 3fd5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)