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 | 猜慾 | 11100000110010001001011101111100 | e0c8977c |
EUC-JP | 猜慾 | 11100000110010101100110111011101 | e0cacddd |
UTF-8 | 猜慾 | 111001111000110010011100111001101000010110111110 | e78c9ce685be |
UHC | 猜慾 | 11100011110001001110100110101111 | e3c4e9af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)