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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隴帑ス應 | 11101000101011011001101111100100101111011001110011100100 | e8ad9be4bd9ce4 |
EUC-JP | 隴帑ス應 | 1111000010101111110101101110011010001110101111011101100011100110 | f0afd6e68ebdd8e6 |
UTF-8 | 隴帑ス應 | 111010011001101010110100111001011011100010010001111011111011110110111101111001101000011110001001 | e99ab4e5b891efbdbde68789 |
UHC | ?帑?應 | 001111111111011110110110001111111110101111101011 | 3ff7b63febeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)