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 | ????u{d | 00111111001111110011111100111111011101010111101101100100 | 3f3f3f3f757b64 |
SJIS-WIN | 蛛イ辷セu{d | 111001011000000110110010111001111000100010111110011101010111101101100100 | e581b2e788be757b64 |
EUC-JP | 蛛イ辷セu{d | 1110100111100001100011101011001011101101111010001000111010111110011101010111101101100100 | e9e18eb2ede88ebe757b64 |
UTF-8 | 蛛イ辷セu{d | 111010001001101110011011111011111011110110110010111010001011111010110111111011111011110110111110011101010111101101100100 | e89b9befbdb2e8beb7efbdbe757b64 |
UHC | 蛛???u{d | 1111000111001000001111110011111100111111011101010111101101100100 | f1c83f3f3f757b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)