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 | ?wh?w | 0011111101110111011010000011111101110111 | 3f77683f77 |
SJIS-WIN | 叩wh叩w | 10010010010000000111011101101000100100100100000001110111 | 92407768924077 |
EUC-JP | 叩wh叩w | 11000011101000010111011101101000110000111010000101110111 | c3a17768c3a177 |
UTF-8 | 叩wh叩w | 111001011000111110101001011101110110100011100101100011111010100101110111 | e58fa97768e58fa977 |
UHC | 叩wh叩w | 11001101101100000111011101101000110011011011000001110111 | cdb07768cdb077 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)