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 | 珮器讐葢 | 1110000011100001100010101110110110001111010100011110010011100010 | e0e18aed8f51e4e2 |
EUC-JP | 珮器讐葢 | 1110000011100011101101001110111110111101101100101110100011100100 | e0e3b4efbdb2e8e4 |
UTF-8 | 珮器讐葢 | 111001111000111110101110111001011001100110101000111010001010111010010000111010001001000110100010 | e78faee599a8e8ae90e891a2 |
UHC | ?器讐? | 001111111101000011101111111000101100001000111111 | 3fd0efe2c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)