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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 池?\}池?\{^ | 1001001001110010001111110101110001111101100100100111001000111111010111000111101101011110 | 92723f5c7d92723f5c7b5e |
EUC-JP | 池?\}池?\{^ | 1100001111010011001111110101110001111101110000111101001100111111010111000111101101011110 | c3d33f5c7dc3d33f5c7b5e |
UTF-8 | 池렡\}池렡\{^ | 1110011010110001101000001110101110100000101000010101110001111101111001101011000110100000111010111010000010100001010111000111101101011110 | e6b1a0eba0a15c7de6b1a0eba0a15c7b5e |
UHC | 池렡\}池렡\{^ | 11110010101011101000111010110010010111000111110111110010101011101000111010110010010111000111101101011110 | f2ae8eb25c7df2ae8eb25c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)