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 | ûÄæ® | 11111011110001001110011010101110 | fbc4e6ae |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ûÄæ® | 100011111010101111100101100011111010101010100011100011111010100111000001100011111010001011101110 | 8fabe58faaa38fa9c18fa2ee |
UTF-8 | ûÄæ® | 1100001110111011110000111000010011000011101001101100001010101110 | c3bbc384c3a6c2ae |
UHC | ??æ® | 001111110011111110101001101000011010001011100111 | 3f3fa9a1a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)