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 | ?絞 | 001111111000110101101001 | 3f8d69 |
EUC-JP | 馹絞 | 1000111111101001101000011011100111001010 | 8fe9a1b9ca |
UTF-8 | 馹絞 | 111010011010011010111001111001111011010110011110 | e9a6b9e7b59e |
UHC | 馹絞 | 11101100111100011100111011101101 | ecf1ceed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)