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 | 哭咤] | 1001101001001100100110100100001001011101 | 9a4c9a425d |
EUC-JP | 哭咤] | 1101001110101101110100111010001101011101 | d3add3a35d |
UTF-8 | 哭咤] | 11100101100100111010110111100101100100101010010001011101 | e593ade592a45d |
UHC | 哭咤] | 1100110111010110111101101110001101011101 | cdd6f6e35d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)