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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 蛛イ謔碓E | 1110010110000001101100101110011010000010100010010100111101000101 | e581b2e682894f45 |
EUC-JP | 蛛イ謔碓E | 111010011110000110001110101100101110101111100010101100011011000001000101 | e9e18eb2ebe2b1b045 |
UTF-8 | 蛛イ謔碓E | 11101000100110111001101111101111101111011011001011101000101011001001010011100111101000101001001101000101 | e89b9befbdb2e8ac94e7a29345 |
UHC | 蛛?謔?E | 11110001110010000011111111111001110011000011111101000101 | f1c83ff9cc3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)