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 | ??r{d | 0011111100111111011100100111101101100100 | 3f3f727b64 |
SJIS-WIN | 翊癜r{d | 11100011110000101110000110010101011100100111101101100100 | e3c2e195727b64 |
EUC-JP | 翊癜r{d | 11100110110001001110000111110101011100100111101101100100 | e6c4e1f5727b64 |
UTF-8 | 翊癜r{d | 111001111011111110001010111001111001100110011100011100100111101101100100 | e7bf8ae7999c727b64 |
UHC | 翊?r{d | 111011001100110100111111011100100111101101100100 | eccd3f727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)