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 | 100011111100001111111001111110110111101101100100 | 8fc3f9fb7b64 |
SJIS-WIN | ????{d | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
EUC-JP | ?Ãùû{d | 001111111000111110101010101010101000111110101011111000111000111110101011111001010111101101100100 | 3f8faaaa8fabe38fabe57b64 |
UTF-8 | Ãùû{d | 11000010100011111100001110000011110000111011100111000011101110110111101101100100 | c28fc383c3b9c3bb7b64 |
UHC | ????{d | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)