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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 待?^ | 10010001110100100011111101011110 | 91d23f5e |
EUC-JP | 待?^ | 11000010110101000011111101011110 | c2d43f5e |
UTF-8 | 待죌^ | 11100101101111101000010111101100101000111000110001011110 | e5be85eca38c5e |
UHC | 待죌^ | 1101001111100010110000011100110101011110 | d3e2c1cd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)