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 | éòßÞB | 1110100111110010110111111101111001000010 | e9f2dfde42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | éòßÞB | 10001111101010111011000110001111101010111101001010001111101010011100111010001111101010011011000001000010 | 8fabb18fabd28fa9ce8fa9b042 |
UTF-8 | éòßÞB | 110000111010100111000011101100101100001110011111110000111001111001000010 | c3a9c3b2c39fc39e42 |
UHC | ??ßÞB | 00111111001111111010100110101100101010001010110101000010 | 3f3fa9aca8ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)