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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 哭懶 | 10011010010011001001110011101111 | 9a4c9cef |
EUC-JP | 哭懶 | 11010011101011011101100011110001 | d3add8f1 |
UTF-8 | 哭懶 | 111001011001001110101101111001101000011110110110 | e593ade687b6 |
UHC | 哭懶 | 11001101110101101101010011111011 | cdd6d4fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)