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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謨野盾 | 111001101001010110010110111011001000111110000010 | e69596ec8f82 |
EUC-JP | 謨野盾 | 111010111111010111001100111011101011110111100010 | ebf5cceebde2 |
UTF-8 | 謨野盾 | 111010001010110010101000111010011000011110001110111001111001101110111110 | e8aca8e9878ee79bbe |
UHC | 謨野盾 | 110110011100100011100101101011111110001011101010 | d9c8e5afe2ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)