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{^ | 10010001010100001000111110011011011011100111110110010001010100001000111110011011011011100111101101011110 | 91508f9b6e7d91508f9b6e7b5e |
SJIS-WIN | ?P??n}?P??n{^ | 00111111010100000011111100111111011011100111110100111111010100000011111100111111011011100111101101011110 | 3f503f3f6e7d3f503f3f6e7b5e |
EUC-JP | ?P??n}?P??n{^ | 00111111010100000011111100111111011011100111110100111111010100000011111100111111011011100111101101011110 | 3f503f3f6e7d3f503f3f6e7b5e |
UTF-8 | Pn}Pn{^ | 11000010100100010101000011000010100011111100001010011011011011100111110111000010100100010101000011000010100011111100001010011011011011100111101101011110 | c29150c28fc29b6e7dc29150c28fc29b6e7b5e |
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)