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 | 膵逸П | 111001000101100010001000111011011000010001010000 | e45888ed8450 |
EUC-JP | 膵逸П | 111001111011100110110000111011111010011110110001 | e7b9b0efa7b1 |
UTF-8 | 膵逸П | 1110100010000110101101011110100110000000101110001101000010011111 | e886b5e980b8d09f |
UHC | 膵逸П | 111101011111110111101100111011111010110010110001 | f5fdecefacb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)