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 | 雕域鏡 | 111010001011100010001000111001101000101110111110 | e8b888e68bbe |
EUC-JP | 雕域鏡 | 111100001011101010110000111010001011011011000000 | f0bab0e8b6c0 |
UTF-8 | 雕域鏡 | 111010011001101110010101111001011001111110011111111010011000111110100001 | e99b95e59f9fe98fa1 |
UHC | 雕域鏡 | 111100001110011111100110101101001100110011110000 | f0e7e6b4ccf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)