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 | ê´àÔ | 1110101010110100100011111110000011010100 | eab48fe0d4 |
SJIS-WIN | ?´??? | 001111111000000101001100001111110011111100111111 | 3f814c3f3f3f |
EUC-JP | ê´?àÔ | 100011111010101110110100101000011010110100111111100011111010101110100010100011111010101011010100 | 8fabb4a1ad3f8faba28faad4 |
UTF-8 | ê´àÔ | 11000011101010101100001010110100110000101000111111000011101000001100001110010100 | c3aac2b4c28fc3a0c394 |
UHC | ?´??? | 001111111010001010100101001111110011111100111111 | 3fa2a53f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)