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 | 11111011100111011010001011100101100111111011011101100100 | fb9da2e59fb764 |
EUC-JP | ?「蝓キd | 0011111110001110101000101110101010100001100011101011011101100100 | 3f8ea2eaa18eb764 |
UTF-8 | 﨟「蝓キd | 11101111101010001001111111101111101111011010001011101000100111011001001111101111101111011011011101100100 | efa89fefbda2e89d93efbdb764 |
UHC | ????d | 0011111100111111001111110011111101100100 | 3f3f3f3f64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)