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 | 001111110011111100111111011100100111101101100100 | 3f3f3f727b64 |
SJIS-WIN | 窈??r{d | 11100010011101110011111100111111011100100111101101100100 | e2773f3f727b64 |
EUC-JP | 窈??r{d | 11100011110110000011111100111111011100100111101101100100 | e3d83f3f727b64 |
UTF-8 | 窈곤슈r{d | 111001111010101010001000111010101011001110100100111011001000101010001000011100100111101101100100 | e7aa88eab3a4ec8a88727b64 |
UHC | 窈곤슈r{d | 111010011010000110110000111011111011110110110100011100100111101101100100 | e9a1b0efbdb4727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)