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 | ÂwÂÃ | 110000101001101101110111110000101001011011000011 | c29b77c296c3 |
SJIS-WIN | ??w??? | 001111110011111101110111001111110011111100111111 | 3f3f773f3f3f |
EUC-JP | Â?wÂ?Ã | 100011111010101010100100001111110111011110001111101010101010010000111111100011111010101010101010 | 8faaa43f778faaa43f8faaaa |
UTF-8 | ÂwÂÃ | 1100001110000010110000101001101101110111110000111000001011000010100101101100001110000011 | c382c29b77c382c296c383 |
UHC | ??w??? | 001111110011111101110111001111110011111100111111 | 3f3f773f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)