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 | 001111110011111100111111001111110110000001101000 | 3f3f3f3f6068 |
SJIS-WIN | 蛛イ閾ェ`h | 1110010110000001101100101110100010000111101010100110000001101000 | e581b2e887aa6068 |
EUC-JP | 蛛イ閾ェ`h | 11101001111000011000111010110010111011111110011110001110101010100110000001101000 | e9e18eb2efe78eaa6068 |
UTF-8 | 蛛イ閾ェ`h | 1110100010011011100110111110111110111101101100101110100110010110101111101110111110111101101010100110000001101000 | e89b9befbdb2e996beefbdaa6068 |
UHC | 蛛???`h | 11110001110010000011111100111111001111110110000001101000 | f1c83f3f3f6068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)