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 | ?? | 0011111100111111 | 3f3f |
EUC-JP | 啞? | 10001111101101011110000000111111 | 8fb5e03f |
UTF-8 | 啞씫 | 111001011001010110011110111011001001010010101011 | e5959eec94ab |
UHC | 啞씫 | 11100100101011111001110110111101 | e4af9dbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)