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 | ì¡±ë¤ | 1110110010100001101100011110101110100100 | eca1b1eba4 |
SJIS-WIN | ??±?? | 001111110011111110000001011111010011111100111111 | 3f3f817d3f3f |
EUC-JP | ì¡±ë¤ | 1000111110101011110000001000111110100010110000101010000111011110100011111010101110110011100011111010001011110000 | 8fabc08fa2c2a1de8fabb38fa2f0 |
UTF-8 | ì¡±ë¤ | 11000011101011001100001010100001110000101011000111000011101010111100001010100100 | c3acc2a1c2b1c3abc2a4 |
UHC | ?¡±?¤ | 0011111110100010101011101010000110111110001111111010001010110100 | 3fa2aea1be3fa2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)