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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 哭驅] | 1001101001001100111010010111101101011101 | 9a4ce97b5d |
EUC-JP | 哭驅] | 1101001110101101111100011101110001011101 | d3adf1dc5d |
UTF-8 | 哭驅] | 11100101100100111010110111101001101010011000010101011101 | e593ade9a9855d |
UHC | 哭驅] | 1100110111010110110011111100110001011101 | cdd6cfcc5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)