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 | 辞 | 111100101010101110001110101010111111100111111100 | f2ab8eabf9fc |
EUC-JP | ?辞? | 00111111101111001010110100111111 | 3fbcad3f |
UTF-8 | 辞 | 111011101000011110100010111010001011111010011110111011101001110110010111 | ee87a2e8be9eee9d97 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)