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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 覓傑キ | 111001100100101110001100100001101000001101001100 | e64b8c86834c |
EUC-JP | 覓傑キ | 111010111010110010110111111001101010010110101101 | ebacb7e6a5ad |
UTF-8 | 覓傑キ | 111010001010011010010011111001011000001010010001111000111000001010101101 | e8a693e58291e382ad |
UHC | 覓傑キ | 110110001111001011001011111110001010101110101101 | d8f2cbf8abad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)