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 | ï¦ê³® | 111011111010011010011011111010101011001110101110 | efa69beab3ae |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | �� | 1000111110101011110000011000111110100010110000110011111110001111101010111011010000111111100011111010001011101110 | 8fabc18fa2c33f8fabb43f8fa2ee |
UTF-8 | ï¦ê³® | 110000111010111111000010101001101100001010011011110000111010101011000010101100111100001010101110 | c3afc2a6c29bc3aac2b3c2ae |
UHC | ????³® | 0011111100111111001111110011111110101001111110001010001011100111 | 3f3f3f3fa9f8a2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)