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 | 淞贖贖 | 100111111100001011100110110111001110011011011100 | 9fc2e6dce6dc |
EUC-JP | 淞贖贖 | 110111101100010011101100110111101110110011011110 | dec4ecdeecde |
UTF-8 | 淞贖贖 | 111001101011011110011110111010001011010010010110111010001011010010010110 | e6b79ee8b496e8b496 |
UHC | 淞贖贖 | 111000011110011111100001110110111110000111011011 | e1e7e1dbe1db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)