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 | 脯mエ | 1110001111111011100000101000110110110100 | e3fb828db4 |
EUC-JP | 脯mエ | 111001101111110110100011111011011000111010110100 | e6fda3ed8eb4 |
UTF-8 | 脯mエ | 111010001000010010101111111011111011110110001101111011111011110110110100 | e884afefbd8defbdb4 |
UHC | 脯m? | 1111100011100001101000111110110100111111 | f8e1a3ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)