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 | ??枷 | 00111111001111111001111001100111 | 3f3f9e67 |
EUC-JP | 焌?枷 | 100011111100100111101000001111111101101111001000 | 8fc9e83fdbc8 |
UTF-8 | 焌띈枷 | 111001111000010010001100111010111001110110001000111001101001111010110111 | e7848ceb9d88e69eb7 |
UHC | 焌띈枷 | 111100011110000010110110111010001100101010101110 | f1e0b6e8caae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)