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 | ?[}?[{^ | 00111111010110110111110100111111010110110111101101011110 | 3f5b7d3f5b7b5e |
SJIS-WIN | 池[}池[{^ | 100100100111001001011011011111011001001001110010010110110111101101011110 | 92725b7d92725b7b5e |
EUC-JP | 池[}池[{^ | 110000111101001101011011011111011100001111010011010110110111101101011110 | c3d35b7dc3d35b7b5e |
UTF-8 | 池[}池[{^ | 1110011010110001101000000101101101111101111001101011000110100000010110110111101101011110 | e6b1a05b7de6b1a05b7b5e |
UHC | 池[}池[{^ | 111100101010111001011011011111011111001010101110010110110111101101011110 | f2ae5b7df2ae5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)