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 | Ï̱ÁÏ | 1100111111001100101100011100000111001111 | cfccb1c1cf |
SJIS-WIN | ??±?? | 001111110011111110000001011111010011111100111111 | 3f3f817d3f3f |
EUC-JP | Ï̱ÁÏ | 1000111110101010110000011000111110101010110000001010000111011110100011111010101010100001100011111010101011000001 | 8faac18faac0a1de8faaa18faac1 |
UTF-8 | Ï̱ÁÏ | 11000011100011111100001110001100110000101011000111000011100000011100001110001111 | c38fc38cc2b1c381c38f |
UHC | ??±?? | 001111110011111110100001101111100011111100111111 | 3f3fa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)