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 | 嘲?荏 | 1001101001111101001111111000100101100000 | 9a7d3f8960 |
EUC-JP | 嘲?荏 | 1101001111011110001111111011000111000001 | d3de3fb1c1 |
UTF-8 | 嘲룫荏 | 111001011001100010110010111010111010001110101011111010001000110110001111 | e598b2eba3abe88d8f |
UHC | 嘲룫荏 | 111100001011111110001111101000101110110011111011 | f0bf8fa2ecfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)