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 | 珮器什莅 | 1110000011100001100010101110110110001111010110011110010010101100 | e0e18aed8f59e4ac |
EUC-JP | 珮器什莅 | 1110000011100011101101001110111110111101101110101110100010101110 | e0e3b4efbdbae8ae |
UTF-8 | 珮器什莅 | 111001111000111110101110111001011001100110101000111001001011101110000000111010001000111010000101 | e78faee599a8e4bb80e88e85 |
UHC | ?器什? | 001111111101000011101111111001001010011100111111 | 3fd0efe4a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)