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 | ???yG | 0011111100111111001111110111100101000111 | 3f3f3f7947 |
SJIS-WIN | 晶ェyG | 10001111101110111111100110001110101010100111100101000111 | 8fbbf98eaa7947 |
EUC-JP | 晶?ェyG | 10111110101111010011111110001110101010100111100101000111 | bebd3f8eaa7947 |
UTF-8 | 晶ェyG | 1110011010011001101101101110111010011011101010011110111110111101101010100111100101000111 | e699b6ee9ba9efbdaa7947 |
UHC | 晶??yG | 111011111101110000111111001111110111100101000111 | efdc3f3f7947 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)