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 | 驪ソ迺ス] | 11101001100010111011111111100111100100101011110101011101 | e98bbfe792bd5d |
EUC-JP | 驪ソ迺ス] | 111100011110101110001110101111111110110111110010100011101011110101011101 | f1eb8ebfedf28ebd5d |
UTF-8 | 驪ソ迺ス] | 11101001101010011010101011101111101111011011111111101000101111111011101011101111101111011011110101011101 | e9a9aaefbdbfe8bfbaefbdbd5d |
UHC | 驪???] | 110101011111000100111111001111110011111101011101 | d5f13f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)