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 | Pn}Pn{^ | 10001110010100001001101110011101011011100111110110001110010100001001101110011101011011100111101101011110 | 8e509b9d6e7d8e509b9d6e7b5e |
SJIS-WIN | ?P??n}?P??n{^ | 00111111010100000011111100111111011011100111110100111111010100000011111100111111011011100111101101011110 | 3f503f3f6e7d3f503f3f6e7b5e |
EUC-JP | ?P??n}?P??n{^ | 00111111010100000011111100111111011011100111110100111111010100000011111100111111011011100111101101011110 | 3f503f3f6e7d3f503f3f6e7b5e |
UTF-8 | Pn}Pn{^ | 11000010100011100101000011000010100110111100001010011101011011100111110111000010100011100101000011000010100110111100001010011101011011100111101101011110 | c28e50c29bc29d6e7dc28e50c29bc29d6e7b5e |
UHC | ?P??n}?P??n{^ | 00111111010100000011111100111111011011100111110100111111010100000011111100111111011011100111101101011110 | 3f503f3f6e7d3f503f3f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)