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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 遽ゥ陟 | 1110011110101111101010011110100010100000 | e7afa9e8a0 |
EUC-JP | 遽ゥ陟 | 111011101011000110001110101010011111000010100010 | eeb18ea9f0a2 |
UTF-8 | 遽ゥ陟 | 111010011000000110111101111011111011110110101001111010011001100110011111 | e981bdefbda9e9999f |
UHC | 遽?陟 | 1100101111101000001111111111010010110011 | cbe83ff4b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)