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 | 蛛イ辷セ蛛イ | 111001011000000110110010111001111000100010111110111001011000000110110010 | e581b2e788bee581b2 |
EUC-JP | 蛛イ辷セ蛛イ | 111010011110000110001110101100101110110111101000100011101011111011101001111000011000111010110010 | e9e18eb2ede88ebee9e18eb2 |
UTF-8 | 蛛イ辷セ蛛イ | 111010001001101110011011111011111011110110110010111010001011111010110111111011111011110110111110111010001001101110011011111011111011110110110010 | e89b9befbdb2e8beb7efbdbee89b9befbdb2 |
UHC | 蛛???蛛? | 1111000111001000001111110011111100111111111100011100100000111111 | f1c83f3f3ff1c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)