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 | サ靄 | 101110111110100011001001 | bbe8c9 |
EUC-JP | サ靄 | 10001110101110111111000011001011 | 8ebbf0cb |
UTF-8 | サ靄 | 111011111011110110111011111010011001110110000100 | efbdbbe99d84 |
UHC | ?靄 | 001111111110010011110111 | 3fe4f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)