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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 賊短] | 1001000110101111100100100101101001011101 | 91af925a5d |
EUC-JP | 賊短] | 1100001010110001110000111011101101011101 | c2b1c3bb5d |
UTF-8 | 賊短] | 11101000101100111000101011100111100111111010110101011101 | e8b38ae79fad5d |
UHC | 賊短] | 1110111011100100110100111010110101011101 | eee4d3ad5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)