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 | 100111101011111000111111100000111100100001000111 | 9ebe3f83c847 |
EUC-JP | 楡?κG | 110111001100000000111111101001101100101001000111 | dcc03fa6ca47 |
UTF-8 | 楡흔κG | 111001101010010110100001111011011001110110010100110011101011101001000111 | e6a5a1ed9d94ceba47 |
UHC | 楡흔κG | 11101010111110001100100011100111101001011110101001000111 | eaf8c8e7a5ea47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)