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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蔓池蔓池^ | 100101101010000010010010011100101001011010100000100100100111001001011110 | 96a0927296a092725e |
EUC-JP | 蔓池蔓池^ | 110011001010001011000011110100111100110010100010110000111101001101011110 | cca2c3d3cca2c3d35e |
UTF-8 | 蔓池蔓池^ | 11101000100101001001001111100110101100011010000011101000100101001001001111100110101100011010000001011110 | e89493e6b1a0e89493e6b1a05e |
UHC | 蔓池蔓池^ | 110110001100000011110010101011101101100011000000111100101010111001011110 | d8c0f2aed8c0f2ae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)