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 | 辛?魚 | 1001000001101000001111111000101110011011 | 90683f8b9b |
EUC-JP | 辛?魚 | 1011111111001001001111111011010111111011 | bfc93fb5fb |
UTF-8 | 辛렣魚 | 111010001011111010011011111010111010000010100011111010011010110110011010 | e8be9beba0a3e9ad9a |
UHC | 辛렣魚 | 111000111111010010001110101101001110010111100000 | e3f48eb4e5e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)