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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 蛛イ閠景] | 1110010110000001101100101110100010000000100011000110100101011101 | e581b2e8808c695d |
EUC-JP | 蛛イ閠景] | 111010011110000110001110101100101110111111100000101101111100101001011101 | e9e18eb2efe0b7ca5d |
UTF-8 | 蛛イ閠景] | 11101000100110111001101111101111101111011011001011101001100101101010000011100110100110011010111101011101 | e89b9befbdb2e996a0e699af5d |
UHC | 蛛??景] | 11110001110010000011111100111111110011001101100001011101 | f1c83f3fccd85d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)