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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ネ邇キ漆^ | 111100011110000111001000111001111000111010110111100011101011110101011110 | f1e1c8e78eb78ebd5e |
EUC-JP | ?ネ邇キ漆^ | 00111111100011101100100011101101111011101000111010110111101111001011111101011110 | 3f8ec8edee8eb7bcbf5e |
UTF-8 | ネ邇キ漆^ | 11101110100001011001110011101111101111101000100011101001100000101000011111101111101111011011011111100110101111001000011001011110 | ee859cefbe88e98287efbdb7e6bc865e |
UHC | ??邇?漆^ | 0011111100111111111011001100010000111111111101101101010001011110 | 3f3fecc43ff6d45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)