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 | ù®øÔ | 11111001101011101111100011010100 | f9aef8d4 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ù®øÔ | 100011111010101111100011100011111010001011101110100011111010100111001100100011111010101011010100 | 8fabe38fa2ee8fa9cc8faad4 |
UTF-8 | ù®øÔ | 1100001110111001110000101010111011000011101110001100001110010100 | c3b9c2aec3b8c394 |
UHC | ?®ø? | 001111111010001011100111101010011010101000111111 | 3fa2e7a9aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)