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 | ?W\ | 001111110101011101011100 | 3f575c |
SJIS-WIN | 鯀W\ | 11101001101111110101011101011100 | e9bf575c |
EUC-JP | 鯀W\ | 11110010110000010101011101011100 | f2c1575c |
UTF-8 | 鯀W\ | 1110100110101111100000000101011101011100 | e9af80575c |
UHC | ?W\ | 001111110101011101011100 | 3f575c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)