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 | ?b\n}?b\n{^ | 0011111101100010010111000110111001111101001111110110001001011100011011100111101101011110 | 3f625c6e7d3f625c6e7b5e |
SJIS-WIN | 怙b\n}怙b\n{^ | 10011100100000000110001001011100011011100111110110011100100000000110001001011100011011100111101101011110 | 9c80625c6e7d9c80625c6e7b5e |
EUC-JP | 怙b\n}怙b\n{^ | 11010111111000000110001001011100011011100111110111010111111000000110001001011100011011100111101101011110 | d7e0625c6e7dd7e0625c6e7b5e |
UTF-8 | 怙b\n}怙b\n{^ | 111001101000000010011001011000100101110001101110011111011110011010000000100110010110001001011100011011100111101101011110 | e68099625c6e7de68099625c6e7b5e |
UHC | ?b\n}?b\n{^ | 0011111101100010010111000110111001111101001111110110001001011100011011100111101101011110 | 3f625c6e7d3f625c6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)