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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | 脱箪足P | 10010010010001011001001001011100100100011010101101010000 | 9245925c91ab50 |
EUC-JP | 脱箪足P | 11000011101001101100001110111101110000101010110101010000 | c3a6c3bdc2ad50 |
UTF-8 | 脱箪足P | 11101000100001001011000111100111101011101010101011101000101101101011001101010000 | e884b1e7aeaae8b6b350 |
UHC | ??足P | 0011111100111111111100001110101101010000 | 3f3ff0eb50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)