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 | ??q | 001111110011111101110001 | 3f3f71 |
SJIS-WIN | 駭?q | 11101001011011100011111101110001 | e96e3f71 |
EUC-JP | 駭?q | 11110001110011110011111101110001 | f1cf3f71 |
UTF-8 | 駭₄q | 11101001101001111010110111100010100000101000010001110001 | e9a7ade2828471 |
UHC | 駭₄q | 1111101010110100101010011111111001110001 | fab4a9fe71 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)