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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 雹蒹n}雹蒹n{^ | 11101000101110011110010011100011011011100111110111101000101110011110010011100011011011100111101101011110 | e8b9e4e36e7de8b9e4e36e7b5e |
EUC-JP | 雹蒹n}雹蒹n{^ | 11110000101110111110100011100101011011100111110111110000101110111110100011100101011011100111101101011110 | f0bbe8e56e7df0bbe8e56e7b5e |
UTF-8 | 雹蒹n}雹蒹n{^ | 1110100110011011101110011110100010010010101110010110111001111101111010011001101110111001111010001001001010111001011011100111101101011110 | e99bb9e892b96e7de99bb9e892b96e7b5e |
UHC | 雹?n}雹?n{^ | 1101101011011111001111110110111001111101110110101101111100111111011011100111101101011110 | dadf3f6e7ddadf3f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)