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 | 辞涖 | 111100101010101110001110101010111111101101000000 | f2ab8eabfb40 |
EUC-JP | ?辞涖 | 001111111011110010101101100011111100011111001011 | 3fbcad8fc7cb |
UTF-8 | 辞涖 | 111011101000011110100010111010001011111010011110111001101011011010010110 | ee87a2e8be9ee6b696 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)