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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鏃?軟? | 111010000101011000111111100100111110111000111111 | e8563f93ee3f |
EUC-JP | 鏃?軟? | 111011111011011100111111110001101111000000111111 | efb73fc6f03f |
UTF-8 | 鏃셈軟셉 | 111010011000111110000011111011001000010110001000111010001011101110011111111011001000010110001001 | e98f83ec8588e8bb9fec8589 |
UHC | 鏃셈軟셉 | 1111000011101100101111001100000011100110111000111011110011000001 | f0ecbcc0e6e3bcc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)