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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 贍騷 | 11100110110101101110100101111010 | e6d6e97a |
EUC-JP | 贍騷 | 11101100110110001111000111011011 | ecd8f1db |
UTF-8 | 贍騷 | 111010001011010010001101111010011010100010110111 | e8b48de9a8b7 |
UHC | 贍騷 | 11100000111010111110000111010011 | e0ebe1d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)