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 | ?P?w}?P?w{^ | 0011111101010000001111110111011101111101001111110101000000111111011101110111101101011110 | 3f503f777d3f503f777b5e |
SJIS-WIN | ?P?w}?P?w{^ | 0011111101010000001111110111011101111101001111110101000000111111011101110111101101011110 | 3f503f777d3f503f777b5e |
EUC-JP | ?P?w}?P?w{^ | 0011111101010000001111110111011101111101001111110101000000111111011101110111101101011110 | 3f503f777d3f503f777b5e |
UTF-8 | ӭPͰw}ӭPͰw{^ | 110100111010110101010000110011011011000001110111011111011101001110101101010100001100110110110000011101110111101101011110 | d3ad50cdb0777dd3ad50cdb0777b5e |
UHC | ?P?w}?P?w{^ | 0011111101010000001111110111011101111101001111110101000000111111011101110111101101011110 | 3f503f777d3f503f777b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)