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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 賃?}賃?{^ | 100100101100000000111111011111011001001011000000001111110111101101011110 | 92c03f7d92c03f7b5e |
EUC-JP | 賃?}賃?{^ | 110001001100001000111111011111011100010011000010001111110111101101011110 | c4c23f7dc4c23f7b5e |
UTF-8 | 賃릏}賃릏{^ | 111010001011001110000011111010111010011010001111011111011110100010110011100000111110101110100110100011110111101101011110 | e8b383eba68f7de8b383eba68f7b5e |
UHC | 賃릏}賃릏{^ | 1110110011111100100100000110101101111101111011001111110010010000011010110111101101011110 | ecfc906b7decfc906b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)