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 | ????d | 0011111100111111001111110011111101100100 | 3f3f3f3f64 |
SJIS-WIN | 涇「蝓キd | 11111010111110111010001011100101100111111011011101100100 | fafba2e59fb764 |
EUC-JP | 涇「蝓キd | 10001111110001111100011110001110101000101110101010100001100011101011011101100100 | 8fc7c78ea2eaa18eb764 |
UTF-8 | 涇「蝓キd | 11100110101101101000011111101111101111011010001011101000100111011001001111101111101111011011011101100100 | e6b687efbda2e89d93efbdb764 |
UHC | 涇???d | 110011001101110000111111001111110011111101100100 | ccdc3f3f3f64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)