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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蠇イ逎∵蛛蠑 | 1111101110100001101100101110011110100011100000011110011011100101100000011110010110111100 | fba1b2e7a381e6e581e5bc |
EUC-JP | ?イ逎∵蛛蠑 | 0011111110001110101100101110111010100101101000101110100011101001111000011110101010111110 | 3f8eb2eea5a2e8e9e1eabe |
UTF-8 | 蠇イ逎∵蛛蠑 | 111010001010000010000111111011111011110110110010111010011000000010001110111000101000100010110101111010001001101110011011111010001010000010010001 | e8a087efbdb2e9808ee288b5e89b9be8a091 |
UHC | ???∵蛛? | 0011111100111111001111111010000111110001111100011100100000111111 | 3f3f3fa1f1f1c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)