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 | ????wB | 001111110011111100111111001111110111011101000010 | 3f3f3f3f7742 |
SJIS-WIN | ツ敖陛。wB | 1100001010011101110000101001010111000011101000010111011101000010 | c29dc295c3a17742 |
EUC-JP | ツ敖陛。wB | 10001110110000101101101011000100110010101100010110001110101000010111011101000010 | 8ec2dac4cac58ea17742 |
UTF-8 | ツ敖陛。wB | 1110111110111110100000101110011010010101100101101110100110011001100110111110111110111101101000010111011101000010 | efbe82e69596e9999befbda17742 |
UHC | ?敖陛?wB | 0011111111100111111110011111100011001110001111110111011101000010 | 3fe7f9f8ce3f7742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)