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 | 覃蛾械 | 111001100100100010001001111010011000101001000010 | e64889e98a42 |
EUC-JP | 覃蛾械 | 111010111010100110110010111010111011001110100011 | eba9b2ebb3a3 |
UTF-8 | 覃蛾械 | 111010001010011010000011111010001001101110111110111001101010001010110000 | e8a683e89bbee6a2b0 |
UHC | 覃蛾械 | 110100111100011111100100101101101100110011111110 | d3c7e4b6ccfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)