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 | f}f{^ | 1001110110011010100101110110011001111101100111011001101010010111011001100111101101011110 | 9d9a97667d9d9a97667b5e |
SJIS-WIN | ???f}???f{^ | 0011111100111111001111110110011001111101001111110011111100111111011001100111101101011110 | 3f3f3f667d3f3f3f667b5e |
EUC-JP | ???f}???f{^ | 0011111100111111001111110110011001111101001111110011111100111111011001100111101101011110 | 3f3f3f667d3f3f3f667b5e |
UTF-8 | f}f{^ | 1100001010011101110000101001101011000010100101110110011001111101110000101001110111000010100110101100001010010111011001100111101101011110 | c29dc29ac297667dc29dc29ac297667b5e |
UHC | ???f}???f{^ | 0011111100111111001111110110011001111101001111110011111100111111011001100111101101011110 | 3f3f3f667d3f3f3f667b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)