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 | 空蛾 | 10001011111100111000100111101001 | 8bf389e9 |
EUC-JP | 空蛾 | 10110110111101011011001011101011 | b6f5b2eb |
UTF-8 | 空蛾 | 111001111010100110111010111010001001101110111110 | e7a9bae89bbe |
UHC | 空蛾 | 11001101111101101110010010110110 | cdf6e4b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)