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 | ``}``{^ | 1001111101100000100111110110000001111101100111110110000010011111011000000111101101011110 | 9f609f607d9f609f607b5e |
SJIS-WIN | ?`?`}?`?`{^ | 0011111101100000001111110110000001111101001111110110000000111111011000000111101101011110 | 3f603f607d3f603f607b5e |
EUC-JP | ?`?`}?`?`{^ | 0011111101100000001111110110000001111101001111110110000000111111011000000111101101011110 | 3f603f607d3f603f607b5e |
UTF-8 | ``}``{^ | 110000101001111101100000110000101001111101100000011111011100001010011111011000001100001010011111011000000111101101011110 | c29f60c29f607dc29f60c29f607b5e |
UHC | ?`?`}?`?`{^ | 0011111101100000001111110110000001111101001111110110000000111111011000000111101101011110 | 3f603f607d3f603f607b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)