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 | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
SJIS-WIN | 陜」蟯ウ{d | 1110100010011101101000111110010110110010101100110111101101100100 | e89da3e5b2b37b64 |
EUC-JP | 陜」蟯ウ{d | 11101111111111011000111010100011111010101011010010001110101100110111101101100100 | effd8ea3eab48eb37b64 |
UTF-8 | 陜」蟯ウ{d | 1110100110011001100111001110111110111101101000111110100010011111101011111110111110111101101100110111101101100100 | e9999cefbda3e89fafefbdb37b64 |
UHC | 陜?蟯?{d | 1111100111110000001111111110100110101000001111110111101101100100 | f9f03fe9a83f7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)