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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鸞?鸞?B | 11101010011000010011111111101010011000010011111101000010 | ea613fea613f42 |
EUC-JP | 鸞?鸞?B | 11110011110000100011111111110011110000100011111101000010 | f3c23ff3c23f42 |
UTF-8 | 鸞넴鸞넴B | 11101001101110001001111011101011100001001011010011101001101110001001111011101011100001001011010001000010 | e9b89eeb84b4e9b89eeb84b442 |
UHC | 鸞넴鸞넴B | 110101011011011010110011110110111101010110110110101100111101101101000010 | d5b6b3dbd5b6b3db42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)