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 | ??[BF | 0011111100111111010110110100001001000110 | 3f3f5b4246 |
SJIS-WIN | 唸怐[BF | 10011010010110001001110010000001010110110100001001000110 | 9a589c815b4246 |
EUC-JP | 唸怐[BF | 11010011101110011101011111100001010110110100001001000110 | d3b9d7e15b4246 |
UTF-8 | 唸怐[BF | 111001011001010010111000111001101000000010010000010110110100001001000110 | e594b8e680905b4246 |
UHC | ??[BF | 0011111100111111010110110100001001000110 | 3f3f5b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)