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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 韈暦ス、鋺 | 1110100011100111100101111110111110111101101001001110011111111010 | e8e797efbda4e7fa |
EUC-JP | 韈暦ス、鋺 | 11110000111010011100111011110001100011101011110110001110101001001110111011111100 | f0e9cef18ebd8ea4eefc |
UTF-8 | 韈暦ス、鋺 | 111010011001111110001000111001101001101010100110111011111011110110111101111011111011110110100100111010011000101110111010 | e99f88e69aa6efbdbdefbda4e98bba |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)