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 | 隶吩ス應 | 11101000101011101001100111100100101111011001110011100100 | e8ae99e4bd9ce4 |
EUC-JP | 隶吩ス應 | 1111000010110000110100101110011010001110101111011101100011100110 | f0b0d2e68ebdd8e6 |
UTF-8 | 隶吩ス應 | 111010011001101010110110111001011001000010101001111011111011110110111101111001101000011110001001 | e99ab6e590a9efbdbde68789 |
UHC | ?吩?應 | 001111111101110111000011001111111110101111101011 | 3fddc33febeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)