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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 恩灌 | 10001001101101101001111111110011 | 89b69ff3 |
EUC-JP | 恩灌 | 10110010101110001101111011110101 | b2b8def5 |
UTF-8 | 恩灌 | 111001101000000110101001111001111000000110001100 | e681a9e7818c |
UHC | 恩灌 | 11101011110110101100111010110100 | ebdaceb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)