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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 蛛イ謔嘘H | 1110010110000001101100101110011010000010100010010101001001001000 | e581b2e682895248 |
EUC-JP | 蛛イ謔嘘H | 111010011110000110001110101100101110101111100010101100011011001101001000 | e9e18eb2ebe2b1b348 |
UTF-8 | 蛛イ謔嘘H | 11101000100110111001101111101111101111011011001011101000101011001001010011100101100110001001100001001000 | e89b9befbdb2e8ac94e5989848 |
UHC | 蛛?謔?H | 11110001110010000011111111111001110011000011111101001000 | f1c83ff9cc3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)