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 | ?c}?c{^ | 00111111011000110111110100111111011000110111101101011110 | 3f637d3f637b5e |
SJIS-WIN | 螺c}螺c{^ | 100101111000011001100011011111011001011110000110011000110111101101011110 | 9786637d9786637b5e |
EUC-JP | 螺c}螺c{^ | 110011011110011001100011011111011100110111100110011000110111101101011110 | cde6637dcde6637b5e |
UTF-8 | 螺c}螺c{^ | 1110100010011110101110100110001101111101111010001001111010111010011000110111101101011110 | e89eba637de89eba637b5e |
UHC | 螺c}螺c{^ | 110101011010001001100011011111011101010110100010011000110111101101011110 | d5a2637dd5a2637b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)