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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 矣?κG | 111000011110000100111111100000111100100001000111 | e1e13f83c847 |
EUC-JP | 矣?κG | 111000101110001100111111101001101100101001000111 | e2e33fa6ca47 |
UTF-8 | 矣흔κG | 111001111001111110100011111011011001110110010100110011101011101001000111 | e79fa3ed9d94ceba47 |
UHC | 矣흔κG | 11101011111110001100100011100111101001011110101001000111 | ebf8c8e7a5ea47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)